-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "e-corp",
"version": "1.0.0",
"description": "API Banque pour Bio-society",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"author": "LPDW",
"license": "ISC",
"bugs": {
"url": "https://github.com/lpdw/e-corp/issues"
},
"homepage": "https://github.com/lpdw/e-corp#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"debug": "~2.2.0",
"ejs": "^2.5.5",
"express": "~4.14.0",
"express-session": "^1.14.2",
"lodash": "^4.17.2",
"method-override": "^2.3.7",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.2",
"sequelize": "^3.28.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"bcrypt": "^1.0.2",
"cors": "^2.8.3",
"express-session": "^1.15.2",
"lodash": "^4.17.4",
"method-override": "^2.3.8",
"nodemon": "^1.11.0",
"sqlite3": "^3.1.8"
}
}