-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "wid-card-progress-value",
"version": "1.0.6",
"authors": [
"Anonymous <[email protected]>"
],
"description": "An element providing a solution to no problem in particular.",
"keywords": [
"web-component",
"web-components",
"polymer",
"seed"
],
"main": "wid-card-progress-value.html",
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/<USERNAME>/wid-card-progress-value/",
"ignore": [
"/.*",
"/test/",
"/demo/"
],
"scripts": {
"postinstall": "bower install",
"test": "gulp test:remote"
},
"devDependencies": {
"bower": "^1.4.1",
"browser-sync": "^2.7.6",
"gulp": "^3.8.11",
"gulp-babel": "^5.2.1",
"gulp-bg": "0.0.5",
"gulp-bump": "^1.0.0",
"gulp-crisper": "0.0.5",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.4.0",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.11.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tag-version": "^1.3.0",
"jshint-stylish": "^2.0.1",
"polyserve": "^0.4.0",
"ps-node": "0.0.4",
"web-component-tester": "^3.1.4"
}
}