-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 837 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
{
"name": "openhmis-intake",
"version": "1.0.0",
"description": "An application to create clients using the OpenHMIS API",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/slifty/openhmis-intake.git"
},
"author": "Daniel Schultz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/slifty/openhmis-intake/issues"
},
"homepage": "https://github.com/slifty/openhmis-intake",
"dependencies": {
"body-parser": "^1.13.2",
"chalk": "^1.1.0",
"cookie-parser": "^1.3.5",
"express": "^4.13.1",
"express-session": "^1.11.3",
"forever": "^0.14.2",
"glob": "^5.0.13",
"jade": "^1.11.0",
"lodash": "^3.10.0",
"method-override": "^2.3.3"
}
}