-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.61 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
65
{
"name": "writerstrail",
"version": "0.11.2",
"private": true,
"scripts": {
"start": "node server.js",
"test": "make test"
},
"main": "server.js",
"description": "Writer's progress charts a la NaNoWriMo",
"author": {
"name": "George Marques",
"email": "[email protected]"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "~2.9.13",
"body-parser": "~1.8.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.3",
"csurf": "^1.6.4",
"debug": "~2.0.0",
"express": "~4.9.0",
"express-mysql-session": "^0.3.1",
"express-paginate": "0.0.5",
"express-session": "^1.9.3",
"i18n": "^0.5.0",
"jade": "~1.6.0",
"lodash": "^2.4.1",
"marked": "^0.3.3",
"mkdirp": "~0.5.0",
"moment": "^2.9.0",
"morgan": "~1.3.0",
"mysql": "^2.5.4",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"passport-google-oauth": "^0.1.5",
"passport-linkedin": "^0.1.3",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.2",
"passport-wordpress": "0.0.3",
"randomstring": "^1.0.3",
"request": "^2.53.0",
"sendgrid": "^1.5.0",
"sequelize": "^2.0.0-rc4",
"sequelize-cli": "~1.3.1",
"serve-favicon": "~2.1.3",
"stylus": "0.42.3",
"uglify-js": "~2.4.19"
},
"devDependencies": {
"jscs": "~1.11.3",
"sinon-chai": "~2.7.0",
"chai-things": "~0.2.0",
"supertest": "~0.15.0",
"chai": "~2.1.0",
"chai-datetime": "~1.3.1",
"sinon": "~1.12.2",
"superagent": "~0.21.0",
"mocha": "~2.1.0",
"jshint": "~2.6.3",
"istanbul": "~0.3.6",
"faker": "~2.1.2"
}
}