-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 881 Bytes
/
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
{
"name": "broccoli-sample-app",
"description": "Sample app for Broccoli",
"version": "0.0.0",
"private": true,
"author": "Jo Liss <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli-sample-app"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
},
"devDependencies": {
"bower": "~1.3.12",
"broccoli": "~0.13.3",
"broccoli-env": "0.0.1",
"broccoli-static-compiler": "~0.2.1",
"broccoli-uglify-js": "~0.1.3",
"broccoli-merge-trees": "~0.2.1",
"broccoli-bower": "~0.2.1",
"broccoli-6to5-transpiler": "~3.0.0",
"broccoli-sass": "~0.3.3",
"broccoli-concat": "0.0.12",
"broccoli-funnel": "~0.2.2",
"broccoli-stew": "~0.2.0",
"broccoli-es6modules": "~0.5.1"
},
"dependencies": {
"broccoli-react": "~0.7.0"
}
}