This repository has been archived by the owner on Aug 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
63 lines (63 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bhima",
"version": "0.0.1",
"description": "A rural hospital information management system.",
"main": "server/app.js",
"scripts": {
"test": "mocha server/test/",
"app": "./node_modules/.bin/gulp build && cd bin && node server/app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/IMA-WorldHealth/bhima.git"
},
"keywords": [
"bhima",
"health",
"HIS",
"hospital information system",
"rural accounting"
],
"author": "IMA World Health Web Development Team",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/IMA-WorldHealth/bhima/issues"
},
"dependencies": {
"body-parser": "^1.14.1",
"bower": "^1.8.2",
"compression": "^1.5.2",
"connect-multiparty": "^2.0.0",
"csv": "^0.4.1",
"dot": "^1.0.3",
"express": "^4.13.3",
"express-session": "^1.11.3",
"fast-csv": "^0.6.0",
"later": "^1.2.0",
"morgan": "^1.6.1",
"mysql": "^2.9.0",
"numeral": "^2.0.1",
"q": "~1.4.1",
"session-file-store": "^0.0.21",
"wkhtmltopdf": "^0.1.5"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"chai-http": "^1.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-iife": "^0.1.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-mocha": "^2.1.3",
"gulp-protractor": "^1.0.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"mocha": "^2.0.1",
"protractor": "^2.5.1",
"rimraf": "^2.4.3"
}
}