-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "paper-date-picker",
"version": "1.2.2",
"description": "Provides a responsive date picker based on the material design spec",
"main": "index.html",
"devDependencies": {
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-add": "0.0.2",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.1",
"gulp-copy": "0.0.2",
"gulp-filter": "^2.0.2",
"gulp-gh-pages": "^0.5.2",
"gulp-git": "^1.2.4",
"gulp-tag-version": "^1.3.0",
"merge-stream": "^0.1.8",
"portfinder": "^0.4.0",
"vinyl-paths": "^1.0.0",
"web-component-tester": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bendavis78/paper-date-picker.git"
},
"keywords": [
"web-component",
"webcomponents",
"polymer",
"datepicker",
"paper-date-picker"
],
"author": "Ben Davis <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bendavis78/paper-date-picker/issues"
},
"homepage": "https://github.com/bendavis78/paper-date-picker#readme"
}