-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "pepfar-user-management",
"version": "0.0.0",
"description": "PEPFAR User management app",
"main": "index.js",
"repository": "https://github.com/dhis2/user-management-pepfar.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mark Polak",
"license": "BSD",
"dependencies": {
"bower": "^1.3.12",
"canonical-path": "0.0.2",
"coveralls": "^2.11.2",
"del": "1.0.x",
"gulp": "^3.8.10",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.2.2",
"gulp-jshint": "^1.9.0",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^0.1.6",
"gulp-ng-annotate": "^0.5.3",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-uglify": "^1.0.1",
"gulp-usemin": "^0.3.8",
"gulp-useref": "^1.1.2",
"gulp-zip": "^2.0.2",
"jasmine-core": "2.1.x",
"jscs": "^1.7.3",
"jshint-stylish": "^1.0.0",
"karma": "0.12.x",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.3.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"ng-annotate": "^0.15.4",
"run-sequence": "^1.0.1"
},
"devDependencies": {
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-rev": "^2.0.1",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "^1.2.4",
"gulp-uglify": "^1.0.2",
"gulp-usemin": "^0.3.8",
"jscs": "^1.9.0",
"sass": "^0.5.0"
}
}