-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1009 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1009 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
32
33
34
35
36
37
38
39
40
41
{
"name": "API",
"version": "0.0.0",
"private": false,
"description": "Quarter III - Micro Lens",
"main": "./bin/www",
"scripts": {
"test": "./node_modules/mocha/bin/_mocha",
"start": "node ./bin/www",
"forever": "forever start ./bin/www",
"again": "forever restart ./bin/www",
"stop": "forever stopall",
"logs": "forever logs"
},
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.3",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"express": "~4.14.0",
"jwt-decode": "^2.2.0",
"jwt-simple": "^0.5.1",
"knex": "0.11.1",
"morgan": "~1.7.0",
"pg": "^6.1.4",
"request": "^2.81.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-nodemon": "^2.2.1",
"mocha": "^3.2.0"
}
}