-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "kenzannodetest",
"version": "1.0.0",
"description": "REST server test program for Kenzan",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djlogan2/kenzan_node.git"
},
"keywords": [
"kenzan",
"node",
"rest"
],
"author": "David Logan",
"license": "ISC",
"bugs": {
"url": "https://github.com/djlogan2/kenzan_node/issues"
},
"homepage": "https://github.com/djlogan2/kenzan_node#readme",
"devDependencies": {
"mocha": "^4.0.1",
"node-rest-client": "^3.1.0",
"nodemon": "^1.14.1",
"promise-sequential": "^1.1.1",
"selenium-webdriver": "^3.6.0",
"zombie": "^5.0.7"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"handlebars-form-helpers": "^0.1.3",
"js-joda": "^1.6.2",
"mongoose": "^4.13.7",
"secure-random": "^1.1.1",
"serve-favicon": "^2.4.5",
"underscore": "^1.8.3"
}
}