forked from broccolijs/broccoli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.3 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
52
53
54
55
56
{
"name": "broccoli",
"description": "Fast client-side asset builder",
"version": "1.0.0-beta.6",
"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.3.0",
"broccoli-slow-trees": "^2.0.0",
"broccoli-source": "^1.1.0",
"commander": "^2.5.0",
"connect": "^3.3.3",
"copy-dereference": "^1.0.0",
"findup-sync": "^0.2.1",
"handlebars": "^4.0.4",
"mime": "^1.2.11",
"rimraf": "^2.4.3",
"rsvp": "^3.0.17",
"tmp": "0.0.28",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"broccoli-plugin": "^1.2.0",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"fixturify": "^0.2.0",
"mocha": "^2.3.3",
"mocha-jshint": "^2.2.5",
"multidep": "^2.0.0",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"supertest": "^1.1.0",
"symlink-or-copy": "^1.0.1"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"postinstall": "multidep test/multidep.json",
"test": "mocha"
}
}