-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
64 lines (64 loc) · 1.59 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "we-p5",
"version": "0.0.1",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "MIT",
"engines": {
"node": "5.3.0"
},
"dependencies": {
"body-parser": "~1.13.1",
"br-mousetrap": "~1.1.3",
"brace": "git+https://gigit@github.com/antiboredom/brace.git",
"compression": "^1.6.0",
"connect-mongo": "^1.1.0",
"connect-timeout": "~1.6.2",
"cookie-parser": "~1.3.5",
"domhandler": "^2.3.0",
"dotenv": "~1.2.0",
"express": "~4.13.0",
"express-session": "~1.11.3",
"favicon": "*",
"gulp": "~3.9.0",
"gulp-browserify": "~0.5.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "~2.6.0",
"gulp-merge": "^0.1.1",
"gulp-notify": "~2.2.0",
"gulp-plumber": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.1.1",
"gulp-uglify": "^1.5.1",
"jade": "~1.11.0",
"jquery": "~2.1.4",
"js-beautify": "~1.5.10",
"jsdom": "^3.1.2",
"jszip": "~2.5.0",
"lodash": "~3.10.0",
"mongoose": "~4.1.3",
"partialify": "~3.1.3",
"passport": "~0.2.2",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.2.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.3",
"path": "~0.11.14",
"request": "~2.60.0",
"serve-favicon": "~2.3.0",
"socket.io": "~1.3.5",
"split.js": "^1.0.6",
"timeago": "~1.4.3",
"underscore": "~1.8.3",
"vue": "^1.0.0"
},
"devDependencies": {
"gulp-inline-base64": "^0.1.4",
"mocha": "~2.2.5"
}
}