-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
42 lines (42 loc) · 987 Bytes
/
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
{
"name": "DSP",
"version": "1.0.0",
"description": "Domain Service Platform",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/MennaDarwish/DSP.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MennaDarwish/DSP/issues"
},
"homepage": "https://github.com/MennaDarwish/DSP",
"dependencies": {
"bcryptjs": "^2.1.0",
"body-parser": "^1.12.2",
"cookie-parser": "^1.3.4",
"ejs": "^2.3.1",
"elasticsearch": "^3.1.3",
"express": "^4.12.3",
"express-session": "^1.10.4",
"jade": "^1.9.2",
"mysql": "^2.5.5",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"q": "^1.2.0",
"sequelize": "^2.0.4",
"sequelize-cli": "^1.4.0",
"underscore": "^1.8.2"
},
"devDependencies": {
"faker": "^2.1.2",
"mocha": "^2.2.4",
"should": "^5.2.0",
"supertest": "^0.15.0"
}
}