-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "datim-dedupe",
"version": "0.0.0",
"description": "Dedupe app for DATIM instance of DHIS2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dhis2/datim-dedupe.git"
},
"keywords": [
"DATIM",
"PEPFAR",
"Dedupe",
"app",
"DHIS2"
],
"author": "Mark Polak, Jason Pickering",
"license": "MIT",
"bugs": {
"url": "https://github.com/dhis2/datim-dedupe/issues"
},
"homepage": "https://github.com/dhis2/datim-dedupe",
"dependencies": {
"bower": "^1.3.12",
"coveralls": "^2.11.2",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.3.13",
"gulp-ng-annotate": "^0.4.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "^1.0.2",
"gulp-useref": "^1.1.1",
"gulp-zip": "^2.0.2",
"jasmine-core": "2.1.3",
"jscs": "^1.10.0",
"jshint-stylish": "^1.0.0",
"karma": "0.12.31",
"karma-coverage": "0.2.7",
"karma-jasmine": "0.3.5",
"karma-ng-html2js-preprocessor": "0.1.2",
"karma-phantomjs-launcher": "0.1.4",
"run-sequence": "^1.0.2"
}
}