-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "LoungeWeb",
"version": "0.0.0",
"private": true,
"scripts": {
"postinstall": "npm run build",
"build": "gulp build",
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.12.0",
"browserify": "^11.2.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"ellipsize": "0.0.2",
"envify": "^3.4.0",
"events": "^1.1.0",
"express": "~4.12.2",
"filepicker-js": "^2.2.1",
"flux": "^2.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.10",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"history": "^1.13.0",
"jade": "~1.9.2",
"keymirror": "^0.1.1",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"morgan": "~1.5.1",
"object-assign": "^4.0.1",
"react": "^0.14.1",
"react-bootstrap": "^0.27.3",
"react-dom": "^0.14.1",
"react-router": "1.0.0-rc3",
"react-stripe-checkout": "^1.7.2",
"reactify": "^1.1.1",
"serve-favicon": "~2.2.0",
"superagent": "^1.4.0",
"vinyl-source-stream": "^1.1.0"
}
}