-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "Storyboard",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "^1.5.2",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"backbone": "^1.2.3",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.3.0",
"body-parser": "^1.13.3",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"events": "^1.1.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"flux": "^2.1.1",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.6",
"gulp-util": "^3.0.7",
"jade": "~1.11.0",
"jquery": "^2.2.0",
"less-plugin-glob": "^1.1.1",
"mongodb": "^2.1.6",
"mongoose": "^4.4.2",
"monk": "~1.0.1",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"path": "^0.12.7",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^0.2.2",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.4",
"underscore": "^1.8.3",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}