-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "mostly-elements",
"description": "Admin web components for Mostly microservices ",
"version": "1.1.0",
"author": {
"name": "mostly",
"email": "[email protected]",
"url": "https://mostlyjs.github.com"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.10.0",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.1.0",
"eslint-plugin-html": "^2.0.0",
"glob-all": "^3.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.1",
"gulp-changed": "^1.3.0",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.0.3",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.1.0",
"gulp-merge-json": "^0.6.0",
"gulp-minify-css": "^1.2.2",
"gulp-minify-html": "^1.0.4",
"gulp-minify-inline": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.3",
"gulp-vulcanize": "^6.1.0",
"merge-stream": "^1.0.0",
"polymer-cli": "1.6.0",
"proxy-middleware": "^0.15.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"through2": "^2.0.1",
"vulcanize": ">= 1.14.0",
"web-component-tester": "^4.0.0"
},
"scripts": {
"test": "gulp test:local",
"start": "gulp serve",
"lint": "gulp lint && polymer lint -i elements/*/*.html"
}
}