-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "PayirPatientManagement",
"version": "1.0.0",
"description": "",
"keywords": [],
"devDependencies": {
"concat-files": "~0.1.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-filerev": "^2.3.1",
"grunt-karma": "^0.10.1",
"grunt-ng-annotate": "^0.10.0",
"grunt-node-webkit-builder": "^1.0.2",
"grunt-usemin": "^3.0.0",
"karma": "^0.12.31",
"karma-browserify": "^4.1.2",
"karma-jasmine": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.6.0",
"nw": "^0.12.1",
"nw-dev": "^1.2.0",
"time-grunt": "^0.4.0"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"har-validator": "^1.7.0"
}
}