-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.87 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
66
67
68
69
70
71
{
"name": "anf",
"version": "1.5.2",
"description": "",
"main": "app.js",
"scripts": {
"check_libs": "npm outdated",
"lock": "npm prune && npm shrinkwrap"
},
"author": "maldicion069 <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "^2.0.1",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"bookshelf": "^0.10.0",
"bookshelf-crud": "^1.2.1",
"captains-log": "^1.0.0",
"compression": "^1.6.2",
"ejs": "^2.5.1",
"email-renderer": "^1.0.1",
"express": "^4.14.0",
"express-enforces-ssl": "^1.1.0",
"express-validator": "^2.20.8",
"figlet": "^1.1.2",
"helmet": "^2.1.2",
"i18n": "^0.8.3",
"jsonwebtoken": "^7.1.7",
"jwt-simple": "^0.5.0",
"knex": "^0.11.9",
"light-ioc": "^1.6.0",
"lodash": "^4.14.1",
"morgan": "https://registry.npmjs.org/morgan/-/morgan-1.7.0.tgz",
"multer": "^1.2.0",
"mysql": "^2.11.1",
"node-sender": "^2.0.4",
"node-upload": "^2.1.1",
"nodemailer": "^2.5.0",
"passport": "^0.3.2",
"passport-jwt": "^2.1.0",
"pug": "https://registry.npmjs.org/pug/-/pug-2.0.0-beta4.tgz",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"apidoc": "^0.16.1",
"assert": "^1.4.1",
"chai": "^3.5.0",
"cli-table": "^0.3.1",
"faker": "^3.1.0",
"grunt": "^1.0.1",
"grunt-apidoc": "^0.11.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-knex": "^1.1.0",
"grunt-mocha-istanbul": "^5.0.1",
"grunt-nodemon": "^0.4.2",
"grunt-notify": "^0.4.5",
"istanbul": "^0.4.4",
"jenkins": "^0.18.0",
"jshint": "^2.9.2",
"mocha": "^3.0.1",
"siege": "^0.2.0",
"sinon": "^1.17.5",
"superagent": "^2.1.0"
},
"engine": "node >= 0.10"
}