forked from broccolijs/broccoli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 808 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 808 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
34
{
"name": "broccoli",
"description": "Fast client-side asset builder",
"version": "0.0.6",
"author": "Jo Liss <joliss42@gmail.com>",
"main": "lib/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joliss/broccoli"
},
"dependencies": {
"mktemp": "~0.3.2",
"rimraf": "~2.2.2",
"hapi": "~1.16.1",
"synchronized": "~0.1.7",
"async": "~0.2.9",
"glob": "~3.2.6",
"mkdirp": "~0.3.5",
"handlebars": "~1.1.2",
"commander": "~2.0.0",
"findup-sync": "~0.1.2",
"tiny-lr": "0.0.5",
"bower": "~1.2.8"
},
"devDependencies": {
"jshint": "~2.3.0",
"tap": "~0.4.6",
"temp": "~0.6.0"
},
"scripts": {
"test": "jshint lib/*.js lib/*/*.js test/*.js && tap --stderr --timeout 2 ./test/*.js"
}
}