forked from chemerisuk/better-dateinput-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "better-dateinput-polyfill",
"description": "input[type=date] polyfill for better-dom",
"version": "3.0.0",
"author": "Maksim Chemerisuk",
"license": "MIT",
"homepage": "https://github.com/chemerisuk/better-dateinput-polyfill",
"repository": {
"type": "git",
"url": "https://github.com/chemerisuk/better-dateinput-polyfill"
},
"keywords": [
"ecosystem:better-dom",
"web-components"
],
"peerDependencies": {
"better-dom": "^4.0.0"
},
"devDependencies": {
"better-dom-boilerplate": "git://github.com/chemerisuk/better-dom-boilerplate.git"
},
"config": {
"gulp": "--gulpfile node_modules/better-dom-boilerplate/gulpfile.js --cwd ."
},
"scripts": {
"test": "gulp test $npm_package_config_gulp",
"start": "gulp dev $npm_package_config_gulp",
"version": "gulp dist $npm_package_config_gulp && git add -A dist bower.json",
"postversion": "git push && git push --tags",
"publish": "gulp gh-pages $npm_package_config_gulp"
},
"karmaFiles": [
"node_modules/better-dom/dist/better-dom.js"
]
}