-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 824 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 824 Bytes
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
{
"name": "rest-api-template",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"encrypt": "encrypt config.json config.json.cast5",
"decrypt": "decrypt config.json.cast5 config.json"
},
"author": "Ben Hanna <ben.hanna@botter.ventures>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.2.1",
"body-parser": "^1.13.3",
"config-leaf": "^0.1.2",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-jwt": "^3.3.0",
"grunt": "^0.4.5",
"grunt-apidoc": "^0.10.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-ssh-deploy": "^0.3.1",
"jsonwebtoken": "^5.0.5",
"load-grunt-tasks": "^3.3.0",
"lodash": "^3.10.1",
"mysql": "^2.9.0",
"sequelize": "^3.10.0",
"sequelize-handlers": "^0.1.6",
"sequelize-import": "^1.2.1"
}
}