forked from OpenLMIS/openlmis-requisition-refUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "openlmis-requisition-refUI",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/OpenLMIS/openlmis-requisition-refUI"
},
"license": "AGPL-3.0",
"devDependencies": {
"any-promise": "^1.3.0",
"bluebird": "^3.4.6",
"bower": "^1.7.9",
"cors-anywhere": "^0.4.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-gulp": "^1.0.1",
"grunt-karma": "~2.0.0",
"grunt-sass": "^1.2.1",
"grunt-sasslint": "0.0.6",
"grunt-text-replace": "~0.4.0",
"gulp": "^3.9.1",
"gulp-bless": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "1.6.0",
"jade": "^1.11.0",
"karma": "^0.13.0",
"karma-coverage": "^0.2.7",
"karma-htmlfile-reporter": "~0.1",
"karma-jasmine": "~0.1.0",
"karma-junit-reporter": "~1.1.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"matchdep": "~0.1.2",
"node-bourbon": "^4.2.8",
"sc5-styleguide": "^1.1.2",
"wiredep": "^4.0.0"
}
}