-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 958 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
43
{
"name": "grunt-yui-contrib",
"description": "YUI Build Tasks",
"version": "0.0.20",
"dependencies": {
"cpr": "~0.1.0",
"timethat": "~0.0.2",
"rimraf": "~2.1.4",
"cssproc": "~0.0.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"devDependencies": {
"vows": "~0.7.0",
"grunt": "~0.4.1",
"yui-lint": "~0.1.1",
"jshint": "~0.9.0",
"istanbul": "~0.1.8",
"bower": "~1.2.5"
},
"keywords": [
"yui",
"grunt"
],
"scripts": {
"pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./tasks/*.js",
"test": "istanbul cover --print both vows -- --spec ./tests/*.js"
},
"bugs": {
"url": "http://github.com/yui/grunt-yui-contrib/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yui/grunt-yui-contrib/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/yui/grunt-yui-contrib.git"
}
}