-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 863 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
{
"name": "grunt-compassn",
"description": "grunt plugin use compass-node",
"version": "0.2.2",
"homepage": "https://github.com/miniflycn/grunt-compassn",
"author": {
"name": "Daniel Yang",
"email": "miniflycn@justany.net"
},
"repository": {
"type": "git",
"url": "https://github.com/miniflycn/grunt-compassn.git"
},
"bugs": {
"url": "https://github.com/miniflycn/grunt-compassn/issues"
},
"licenses": [
{
"type": "MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"compass-node": "^0.1.5"
},
"devDependencies": {
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.4.0",
"grunt": "*"
},
"peerDependencies": {
"grunt": "*"
},
"keywords": [
"gruntplugin"
]
}