-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 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
{
"name": "name-server",
"version": "0.0.0",
"description": "The name server for the patient identification study",
"main": "init.js",
"scripts": {
"start": "node init.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Fieran Mason-Blakley <[email protected]>",
"license": "GPLv2",
"private": true,
"dependencies": {
"async": "~0.9.0",
"bcrypt": "~0.7.8",
"body-parser": "~1.3.1",
"cli-color": "~0.3.2",
"compression": "~1.0.7",
"connect-ensure-login": "~0.1.1",
"cookie-parser": "~1.3.1",
"express-session": "~1.5.0",
"serve-static": "~1.3.0",
"csurf": "~1.2.1",
"express": "~4.4.3",
"hbs": "~2.7.0",
"tv4": "~1.0.18",
"lodash": "~2.4.1",
"mongoose": "~3.8.12",
"morgan": "~1.1.1",
"request": "~2.36.0",
"pem": "~1.4.1"
},
"jshintConfig": {
"latedef": "nofunc",
"node": true
}
}