forked from pepfar-datim/datim-approvals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "PEPFAR-Approvals",
"description": "Approvals app for the pepfar project",
"README": "readme.md",
"scripts": {
"build": "gulp build-prod",
"test": "gulp test",
"validate": "gulp git:pre-commit"
},
"dependencies": {
"coveralls": "^2.11.2",
"d2-ui": "26",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.6.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"jscs": "^1.13.1",
"karma-sinon": "^1.0.4",
"ng-annotate": "^0.15.4",
"precommit-hook": "^2.0.1"
},
"devDependencies": {
"bower": "^1.3.9",
"canonical-path": "0.0.2",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.3.4",
"gulp-flatten": "0.0.2",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "1.8.x",
"gulp-karma": "0.0.5",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "^0.5.3",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.0.1",
"gulp-zip": "^2.0.2",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^0.5.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.7",
"karma-mocha": "^0.2.2",
"karma-ng-html2js-preprocessor": "^0.2.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"lodash": ">=4.17.5",
"material-ui": "^0.15.4",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.5",
"rimraf": "^2.6.2",
"run-sequence": "^0.3.7",
"sinon": "^1.14.1",
"sinon-chai": "^2.8.0"
},
"pre-commit": [
"validate"
]
}