forked from Bahmni/openmrs-module-bahmniapps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 loc) · 6.73 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "bahmni.apps",
"version": "0.0.1",
"description": "Bahmni Apps",
"main": "app/app.js",
"directories": {
"test": "test"
},
"dependencies": {
"@bower_components/angular": "angular/bower-angular#1.4.9",
"@bower_components/angular-animate": "angular/bower-angular-animate#1.4.9",
"@bower_components/angular-bindonce": "Pasvaz/bindonce#0.3.3",
"@bower_components/angular-cookies": "angular/bower-angular-cookies#1.4.9",
"@bower_components/angular-drag-and-drop-lists": "marceljuenemann/angular-drag-and-drop-lists#2.1.0",
"@bower_components/angular-elastic": "monospaced/angular-elastic#~2.5.0",
"@bower_components/angular-file-upload": "nervgh/angular-file-upload#*",
"@bower_components/angular-ivh-treeview": "ivantage/angular-ivh-treeview#^1.1.0",
"@bower_components/angular-recursion": "marklagendijk/angular-recursion#~1.0.5",
"@bower_components/angular-route": "angular/bower-angular-route#1.4.9",
"@bower_components/angular-sanitize": "angular/bower-angular-sanitize#1.4.9",
"@bower_components/angular-translate": "PascalPrecht/bower-angular-translate#2.7.2",
"@bower_components/angular-translate-handler-log": "PascalPrecht/bower-angular-translate-handler-log#2.18.1",
"@bower_components/angular-translate-loader-static-files": "PascalPrecht/bower-angular-translate-loader-static-files#2.18.1",
"@bower_components/angular-translate-storage-cookie": "PascalPrecht/bower-angular-translate-storage-cookie#~2.18.1",
"@bower_components/angular-translate-storage-local": "PascalPrecht/bower-angular-translate-storage-local#2.18.1",
"@bower_components/angular-ui-calendar": "angular-ui/ui-calendar#1.0.2",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#0.2.18",
"@bower_components/angular-ui-select2": "angular-ui/ui-select2#0.0.5",
"@bower_components/angularjs-nvd3-directives": "cmaurer/angularjs-nvd3-directives#v0.0.7",
"@bower_components/crypto-js": "brix/crypto-js#3.1.5",
"@bower_components/d3": "mbostock-bower/d3-bower#~3.4.1",
"@bower_components/fastclick": "ftlabs/fastclick#1.0.2",
"@bower_components/fullcalendar": "fullcalendar/fullcalendar#~2.7.1",
"@bower_components/fullcalendar-scheduler": "fullcalendar/fullcalendar-scheduler#1.3.2",
"@bower_components/jquery": "jquery/jquery-dist#1.9.1",
"@bower_components/jquery-ui": "components/jqueryui#1.10.2",
"@bower_components/jquery.cookie": "carhartl/jquery-cookie#1.4.0",
"@bower_components/jquery.scrollTo": "flesler/jquery.scrollTo#*",
"@bower_components/keyboardjs": "RobertWHurst/KeyboardJS#*",
"@bower_components/lodash": "lodash/lodash#4.3.0",
"@bower_components/moment": "moment/moment#>=2.5.0",
"@bower_components/ng-clip": "asafdav/ng-clip#0.2.5",
"@bower_components/ng-tags-input": "mbenford/ngTagsInput-bower#^3.1.1",
"@bower_components/ngDialog": "likeastore/ngDialog#0.3.12",
"@bower_components/ngInfiniteScroll": "ng-infinite-scroll/ng-infinite-scroll-bower#1.3.1",
"@bower_components/ngReact": "davidchang/ngReact#^0.3.0",
"@bower_components/nvd3": "novus/nvd3#~v1.1.15-beta",
"@bower_components/offline": "HubSpot/offline#0.7.14",
"@bower_components/openmrs-uicommons": "openmrs/openmrs-module-uicommons#master",
"@bower_components/purl": "allmarkedup/purl#2.3.1",
"@bower_components/select2": "ivaynberg/select2#~3.4",
"@bower_components/stacktrace-js": "stacktracejs/stacktrace.js#0.6.4",
"@bower_components/zeroclipboard": "zeroclipboard/zeroclipboard#~2.1.0"
},
"devDependencies": {
"@bower_components/Cortana": "Yago31/Cortana#~1.2.6",
"@bower_components/angular-mocks": "angular/bower-angular-mocks#1.4.9",
"@bower_components/angular-scenario": "angular/bower-angular-scenario#1.4.9",
"@bower_components/jasmine": "pivotal/jasmine#>=2",
"@bower_components/jasmine-jquery": "velesin/jasmine-jquery#2.1.0",
"@bower_components/q": "kriskowal/q#1.0.1",
"bahmni-form-controls": "^0.93.18",
"eslint-config-angular": "^0.5.0",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-angular": "4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"grunt": "^1.0.3",
"grunt-comment-toggler": "^0.2.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-htmlmin": "1.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^19.0.0",
"grunt-filerev": "^2.3.1",
"grunt-hologram": "0.0.7",
"grunt-istanbul-coverage": "0.0.5",
"grunt-karma": "^2.0.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-preprocess": "^5.0.1",
"grunt-rename": "~0.1.3",
"grunt-usemin": "~3.1.1",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "~1.1.2",
"karma-firefox-launcher": "~1.1.0",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "^1.2.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"matchdep": "^2.0.0",
"react": "16.14.0",
"react-dom": "16.14.0"
},
"resolutions": {
"**/**/xmlhttprequest-ssl": "^1.6.1",
"**/**/handlebars": "^4.7.7",
"**/**/uglify-js": "^2.4.24"
},
"scripts": {
"test": "karma start test/config/karma.conf.js",
"test:watch": "grunt karma:watch",
"watch": "grunt watch",
"preinstall": "node -e \"if (process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Use yarn for installing: https://yarnpkg.com/en/docs/install')\"",
"postinstall": "node -e \"try { require('fs').symlinkSync('../node_modules/@bower_components', 'app/components', 'junction') } catch (e){ console.info(e.message) } \"",
"default": "grunt",
"build": "grunt build",
"dev": "grunt dev",
"clean": "grunt clean",
"lint": "grunt eslint",
"lint:fix": "grunt eslint --fix=true",
"coverage": "grunt coverage",
"compass": "grunt compass",
"bundle": "grunt bundle",
"uglify-and-rename": "grunt uglify-and-rename",
"web": "grunt web",
"ci": "grunt bundle && grunt uglify-and-rename && grunt web"
},
"repository": {
"type": "git",
"url": "git://github.com/Bahmni/openmrs-module-bahmniapps.git"
},
"keywords": [
"Bahmni",
"EMR",
"openmrs",
"HMS",
"healthcare"
],
"author": "bahmni@thoughtworks.com",
"license": "Apache-2.0",
"gitHead": "d292a992ce359f79a807fd7d75505e45cb631b80",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Bhamni/opd/issues"
},
"engines": {
"yarn": ">= 1.0.0",
"npm": "use yarn instead of npm."
}
}