-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 884 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
{
"name": "webtry",
"version": "0.1.0",
"description": "webtry",
"main": "express-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Symcies/LesCandidats.git"
},
"author": "Igor Koval",
"license": "ISC",
"bugs": {
"url": "https://github.com/Symcies/LesCandidats/issues"
},
"homepage": "https://github.com/Symcies/LesCandidats#readme",
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.15.2",
"bootstrap-slider": "^9.7.2",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-session": "^1.14.2",
"icheck": "^1.0.2",
"mongodb": "^2.2.24",
"rrssb": "^1.14.0",
"socket.io": "^1.5.1",
"survey-knockout": "^0.10.1",
"survey-react": "^0.10.4"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}