forked from fieosa/webcomponent-mdl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.76 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "webcomponent-mdl",
"version": "1.0.9",
"description": "WebComponent-MDL is a set of custom components build on top of Material-Design-Lite.",
"keywords": [
"material design",
"css framework",
"webcomponents",
"custom elements",
"web design"
],
"license": "MIT",
"author": "FIEOSA",
"repository": {
"type": "git",
"url": "https://github.com/fieosa/webcomponent-mdl.git"
},
"homepage": "https://fieosa.github.io/webcomponent-mdl",
"main": "dist/webcomponent-mdl.min.js",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.16.0",
"del": "^2.0.2",
"document-register-element": "^1.2.0",
"dom4": "^1.8.3",
"google-closure-compiler": "",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-cache": "^0.4.5",
"gulp-connect": "^5.0.0",
"gulp-csso": "^2.0.0",
"gulp-flatten": "^0.3.1",
"gulp-front-matter": "^1.2.2",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.2.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-load-plugins": "^1.3.0",
"gulp-marked": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-size": "^2.0.0",
"gulp-uglify": "^2.0.0",
"gulp-webpack": "^1.5.0",
"highlight.js": "^9.7.0",
"marked": "^0.3.6",
"run-sequence": "^1.0.2",
"swig": "^1.4.2",
"through2": "^2.0.0",
"webpack": "^1.13.2"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"start": "gulp build && gulp serve",
"publish:docs": "gulp publish:docs",
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}
}