forked from bendavis78/paper-date-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "paper-date-picker",
"version": "1.3.7",
"description": "Provides a responsive date picker based on the material design spec",
"main": "index.html",
"devDependencies": {
"babel-eslint": "^6.1.2",
"browser-sync": "^2.8.0",
"del": "^1.2.0",
"eslint": "^3.11.1",
"eslint-config-airbnb-es5": "^1.1.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-react": "^6.8.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": "^3.3.3"
},
"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"
}