-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
89 lines (89 loc) · 2.72 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "esaude-emr-poc",
"private": true,
"version": "2.0.2",
"description": "eSaude EMR point of care",
"devDependencies": {
"codeceptjs": "^1.1.7",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.0.1",
"fs-extra": "^6.0.1",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-autoprefixer": "^2.0.0",
"grunt-concurrent": "^1.0.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-filerev": "^2.1.2",
"grunt-force": "^1.0.0",
"grunt-gitinfo": "^0.1.8",
"grunt-google-cdn": "^0.4.3",
"grunt-jsdoc-to-markdown": "^4.0.0",
"grunt-karma": "^0.12.0",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-regarde": "^0.1.1",
"grunt-rename": "^0.1.4",
"grunt-replace": "^1.0.1",
"grunt-string-replace": "^1.2.1",
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"grunt-zip": "^0.17.1",
"jasmine-core": "^2.3.4",
"jit-grunt": "^0.9.1",
"karma": "^0.13.22",
"karma-angular-filesort": "^1.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^0.5.0",
"karma-jasmine": "^0.3.6",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-spec-reporter": "0.0.25",
"mochawesome": "^3.0.2",
"path": "^0.12.7",
"protractor": "^5.3.1",
"puppeteer": "^1.3.0",
"querystring": "^0.2.0",
"time-grunt": "^1.0.0",
"uglify-js": "^2.4.24",
"unirest": "^0.5.1"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"mustache": "^2.3.0"
},
"scripts": {
"test": "grunt test",
"e2e": "./node_modules/.bin/codeceptjs run --steps",
"wd:start": "node node_modules/protractor/bin/webdriver-manager update && node node_modules/protractor/bin/webdriver-manager start --standalone",
"create-version": "npm --no-git-tag-version version",
"publish-version": "git tag $(node -e \"console.log(require('./package.json').version);\") && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/esaude/esaude-emr-poc.git"
},
"keywords": [
"eSaude",
"openmrs",
"poc"
],
"author": "eSaude developers",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/esaude/esaude-emr-poc/issues"
},
"homepage": "https://github.com/esaude/esaude-emr-poc#readme"
}