forked from hypers/pagurian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·34 lines (34 loc) · 959 Bytes
/
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
{
"family": "hypers",
"version": "1.5.1",
"name": "pagurian",
"description": "一个管理系统的前端框架",
"spm": {},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hypers/pagurian.git"
},
"keywords": [
"pagurian"
],
"bugs": {
"url": "https://github.com/hypers/pagurian/issues"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"grunt": "~0.4.5",
"grunt-cmd-concat": "^0.2.7",
"grunt-cmd-transport": "^0.4.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-postcss": "^0.7.1",
"grunt-template-html": "^0.1.4",
"handlebars": "^2.0.0",
"time-grunt": "~1.0.0"
}
}