-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.26 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
52
53
54
55
56
57
{
"name": "mdui",
"description": "a CSS Framework based on material design",
"version": "0.4.1",
"keywords": [
"material design",
"responsive",
"framework",
"front-end",
"mobile-first",
"web"
],
"homepage": "https://mdui.org",
"author": "zdhxiong",
"scripts": {
"test": "gulp 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",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"chai": "4.1.2",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "5.0.0",
"gulp-clean-css": "3.9.2",
"gulp-concat": "2.6.1",
"gulp-copy": "1.1.0",
"gulp-csscomb": "3.0.8",
"gulp-csslint": "1.0.1",
"gulp-header": "2.0.1",
"gulp-jscs": "4.1.0",
"gulp-jshint": "2.1.0",
"gulp-less": "4.0.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.6.4",
"gulp-tap": "1.0.1",
"gulp-uglify": "3.0.0",
"gulp-zip": "4.1.0",
"jquery": "3.3.1",
"jshint": "2.9.5",
"mocha": "5.0.2"
},
"engines": {
"node": ">=8.9.1"
},
"types": "./types/mdui.d.ts"
}