-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 915 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
{
"name": "dwaproject",
"version": "1.0.0",
"description": "Percolator",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Niek-tg/dwaproject.git"
},
"author": "PercolatorGroep",
"license": "ISC",
"bugs": {
"url": "https://github.com/Niek-tg/dwaproject/issues"
},
"homepage": "https://github.com/Niek-tg/dwaproject#readme",
"dependencies": {
"async": "^1.5.0",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.6",
"chai": "^3.4.1",
"deep-diff": "^0.3.3",
"express": "^4.13.3",
"jsdoc": "^3.4.0",
"jsoneditor": "^4.2.1",
"mocha": "^2.3.4",
"rethinkdb": "^2.2.0",
"selenium": "^2.20.0",
"thinky": "^2.2.0",
"webdriverio": "^3.3.0",
"ws": "^0.8.0"
},
"devDependencies": {
"supertest": "^1.1.0"
}
}