-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
42 lines (42 loc) · 974 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "ember-cli-compass-compiler",
"version": "0.5.0",
"description": "Ember CLI Compass Compiler",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ember-addon",
"ember-cli",
"ember",
"compass",
"scss",
"sass",
"css",
"compile",
"preprocessor",
"style"
],
"repository": {
"type": "git",
"url": "https://github.com/quaertym/ember-cli-compass-compiler.git"
},
"bugs": {
"url": "https://github.com/quaertym/ember-cli-compass-compiler/issues"
},
"author": "Emre Unal",
"contributors": [
"Andrew Jo <andrewjo@gmail.com> (https://github.com/AndrewJo)"
],
"license": "MIT",
"readmeFile": "README.md",
"dependencies": {
"broccoli-compass-compiler": "0.0.6",
"broccoli-funnel": "1.0.1",
"broccoli-merge-trees": "1.1.1",
"ember-cli-version-checker": "^1.1.4",
"glob": "^6.0.4",
"merge": "^1.2.0"
}
}