-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 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
{
"name": "iso-react-broccoli-boilerplate",
"version": "0.0.1",
"description": "React Broccoli Isomorphic Boilerplate",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ralph Holzmann",
"license": "MIT",
"dependencies": {
"broccoli": "^0.13.3",
"broccoli-babel-transpiler": "^4.0.0",
"broccoli-merge-trees": "^0.2.1",
"broccoli-static-compiler": "^0.2.1",
"express": "^4.12.0",
"grunt": "^0.4.5",
"grunt-broccoli": "^0.4.0",
"grunt-nodemon": "^0.4.0",
"react": "^0.12.2",
"react-router": "^0.12.0",
"serve-favicon": "^2.2.0",
"broccoli-browserify": "^0.1.0",
"grunt-concurrent": "^1.0.0",
"load-grunt-tasks": "^3.1.0"
}
}