-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 920 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
{
"name": "voteapi2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha tests/test.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"bootstrap-material-design": "^0.5.10",
"browser-request": "^0.3.3",
"chai-http": "^3.0.0",
"chai-json-schema": "^1.5.0",
"crypto": "0.0.3",
"crypto2": "^0.3.2",
"ejs": "^2.5.6",
"express": "^4.15.4",
"express-validator": "^3.2.1",
"hashtable": "^2.0.2",
"mongoose": "^4.11.1",
"request": "^2.81.0",
"require": "^2.4.20",
"shortid": "^2.2.8",
"socket.io": "^2.0.3",
"treemap-js": "^1.1.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"mocha": "^3.5.0",
"chai": "^4.1.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.7.0"
}
}