forked from broccolijs/broccoli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.06 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
{
"name": "broccoli",
"description": "Fast client-side asset builder",
"version": "0.15.3",
"author": "Jo Liss <[email protected]>",
"main": "lib/index.js",
"license": "MIT",
"keywords": [
"builder",
"build",
"frontend",
"browser",
"asset",
"pipeline"
],
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli"
},
"homepage": "https://github.com/broccolijs/broccoli",
"dependencies": {
"broccoli-kitchen-sink-helpers": "^0.2.0",
"broccoli-slow-trees": "^1.1.0",
"commander": "^2.0.0",
"connect": "^3.2.0",
"copy-dereference": "^1.0.0",
"findup-sync": "^0.2.1",
"handlebars": "^3.0.1",
"mime": "^1.2.11",
"promise-map-series": "^0.2.1",
"quick-temp": "^0.1.2",
"rimraf": "^2.2.8",
"rsvp": "^3.0.17",
"tiny-lr": "^0.1.4"
},
"devDependencies": {
"jshint": "~2.6.3",
"tap": "^0.4.8"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"pretest": "jshint lib test",
"test": "tap --stderr --timeout 10 ./test/*_test.js"
}
}