-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "tiger-prawn",
"version": "0.3.0",
"description": "a admin panel ui",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Dianjoy/tiger-prawn.git"
},
"keywords": [
"admin",
"bootstrap"
],
"author": "Meathill <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dianjoy/tiger-prawn/issues"
},
"homepage": "https://github.com/Dianjoy/tiger-prawn",
"devDependencies": {
"body-parser": "^1.15.2",
"del": "^2.2.2",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "~1.0.2",
"gulp": "^3.9.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.4",
"html-minifier": "^2.1.7",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3"
}
}