-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 981 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
{
"name": "system-administration",
"version": "1.4.0-SNAPSHOT",
"description": "Open Web App for OpenMRS System Administration ",
"repository": {
"type": "git",
"url": "https://github.com/suthagar23/openmrs-owa-sysadmin"
},
"dependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.2.0",
"gulp-zip": "^3.0.2",
"main-bower-files": "^2.11.1",
"openmrs-contrib-uicommons": "^0.4.3",
"wiredep": "^3.0.0"
},
"devDependencies": {
"gulp-livereload": "^3.8.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"orchestrator": "^0.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"OpenMRS",
"Open",
"Web",
"App"
],
"author": "suthagar23",
"license": "MPL-2.0"
}