forked from dailybruin/kaleidoscope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 855 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
35
{
"name": "flatpage_generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"webpack": "webpack -w",
"mongo": "./mongo.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel": "^5.8.29",
"babel-core": "^5.8.29",
"babel-loader": "^5.3.2",
"body-parser": "~1.13.2",
"classnames": "^2.2.5",
"express": "^4.13.3",
"file-saver": "^1.3.3",
"jade": "^1.11.0",
"mongoose": "^4.7.7",
"node-sass": "^4.3.0",
"node-sass-middleware": "^0.11.0",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-draggable-list": "^3.1.3",
"react-redux": "^4.4.6",
"react-sortable-hoc": "^0.4.12",
"redux": "^3.6.0",
"webpack": "^1.12.2"
}
}