forked from mmun/grunt-broccoli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 769 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 769 Bytes
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
{
"name": "grunt-broccoli",
"version": "0.4.0",
"description": "Broccoli build and serve tasks for Grunt task runner",
"main": "Gruntfile.js",
"tags": [
"gruntplugin",
"broccoli"
],
"scripts": {
"test": "grunt test"
},
"author": "Taras Mankovski <taras@quandl.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/quandl/grunt-broccoli.git"
},
"dependencies": {
"broccoli": "~0.12.3",
"copy-dereference": "^1.0.0",
"grunt": "~0.4.2",
"mkdirp": "^0.5.0",
"rimraf": "~2.2.6",
"tiny-lr": "^0.1.4"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-nodeunit": "~0.3.3",
"grunt-contrib-clean": "~0.5.0",
"broccoli-merge-trees": "~0.1.3"
}
}