forked from zdhxiong/mdui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.11 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.11 KB
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": "mdui",
"description": "a CSS Framework based on material design",
"version": "0.1.1",
"keywords": [
"material design",
"responsive",
"framework",
"front-end",
"mobile-first",
"web"
],
"homepage": "http://mdui.org",
"author": "zdhxiong",
"scripts": {
"test": "grunt test"
},
"style": "dist/css/mdui.css",
"less": "src/mdui.less",
"main": "dist/js/mdui",
"repository": {
"type": "git",
"url": "https://github.com/zdhxiong/mdui.git"
},
"bugs": {
"url": "https://github.com/zdhxiong/mdui/issues"
},
"license": "MIT",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-csscomb": "^3.0.8",
"gulp-csslint": "^1.0.0",
"gulp-header": "^1.8.8",
"gulp-jscs": "^4.0.0",
"gulp-jshint": "^2.0.1",
"gulp-less": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.3"
},
"engines": {
"node": ">=4.2.1"
}
}