-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
51 lines (49 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
47
48
49
50
51
{
"name": "ngAdmin",
"version": "0.1.0",
"license": "MIT",
"description": "A set boostrap admin ui with angular.",
"homepage": "https://github.com/DavidKk/ngAdmin",
"repository": {
"type": "git",
"url": "git@github.com:DavidKk/ngAdmin.git"
},
"author": [
"David Jones <qowera@qq.com>"
],
"bugs": {
"url": "https://github.com/DavidKk/ngAdmin/issues"
},
"engines": {
"node": ">= 0.11.12"
},
"devDependencies": {
"underscore": "^1.8.2",
"mocha": "^2.1.0",
"should": "^4.6.1",
"supertest": "^0.15.0",
"grunt-timer": "^0.6.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-imagemin": "0.9.3",
"grunt-contrib-less": "^0.8.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jade": "^0.14.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.3.0",
"grunt-hashmap": "^0.1.5",
"grunt-spritesmith": "^4.4.1",
"grunt-bower": "^0.18.0",
"grunt-shell": "^1.1.2",
"grunt-favicons": "^0.7.0",
"grunt-karma": "^0.9.0",
"karma": "^0.12.24",
"karma-qunit": "^0.1.4",
"karma-jasmine": "^0.1",
"karma-chrome-launcher": "^0.1",
"karma-firefox-launcher": "^0.1"
}
}