forked from frozenui/frozenui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 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
{
"name": "FrozenUI",
"version": "1.3.0",
"title": "FrozenUI",
"homepage": "https://github.com/frozenui/frozenui",
"author": "fayching,laispace",
"repository": {
"type": "git",
"url": "https://github.com/frozenui/frozenui.git"
},
"licenses": "MIT",
"description": "为移动端web而生",
"bugs": {
"url": "https://github.com/frozenui/frozenui/issues"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-autoprefixer": "^1.0.1",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-imagemin": "^0.8.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "0.7.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "0.4.3",
"grunt-contrib-copy": "~0.5.0",
"grunt-ftp-deploy": "^0.1.4",
"grunt-ftpush": "^0.3.3",
"grunt-include-replace": "^3.0.0",
"grunt-newer": "^1.1.0",
"grunt-push-svn": "^0.2.1",
"grunt-shell": "^0.7.0",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0",
"grunt-jsdoc": "~0.6.2",
"grunt-text-replace": "^0.4.0"
},
"main": "Gruntfile.js"
}