-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.15 KB
/
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
44
45
46
47
48
49
50
51
{
"name": "grunt-broccoli-build",
"description": "Runs a Broccoli build via Grunt.",
"version": "0.6.0",
"homepage": "https://github.com/ericf/grunt-broccoli-build",
"author": {
"name": "Eric Ferraiuolo",
"email": "eferraiuolo@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/ericf/grunt-broccoli-build.git"
},
"bugs": {
"url": "https://github.com/ericf/grunt-broccoli-build/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/ericf/grunt-broccoli-build/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"broccoli": "^0.13.3",
"broccoli-merge-trees": "^0.2.1",
"broccoli-static-compiler": "^0.2.1",
"grunt": "^0.4.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.0"
},
"peerDependencies": {
"grunt": ">= 0.4.1 < 0.5.0",
"broccoli": ">= 0.2.1"
},
"keywords": [
"broccoli",
"grunt",
"gruntplugin"
],
"dependencies": {
"findup-sync": "^0.2.1",
"ncp": "^2.0.0"
}
}