-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "express-learn",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon server/index.js",
"start-webpack": "webpack-dev-server"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^5.4.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"body-parser": "^1.15.0",
"cookie-parser": "^1.4.1",
"cookie-session": "^2.0.0-alpha.1",
"express": "^4.13.4",
"history": "^2.0.0",
"input-filter": "0.0.22",
"jade": "^1.11.0",
"mongoose": "^4.4.4",
"mongoose-timestamps": "0.0.1",
"multer": "^1.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"point-one": "^0.2.1",
"point-simple-router": "^1.0.1",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-router": "^2.0.0"
},
"devDependencies": {
"nodeman": "^1.1.2",
"nodemon": "^1.8.1"
}
}