-
Notifications
You must be signed in to change notification settings - Fork 137
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "nodep-date-input-polyfill",
"version": "5.2.0",
"description": "Automatically adds datepickers to input[type=date] on IE, Firefox, and macOS Safari.",
"main": "nodep-date-input-polyfill.dist.js",
"scripts": {
"start": "rollup -c -w & httpster",
"start-c9": "rollup -c -w & httpster -p $PORT",
"build": "rollup -c"
},
"author": {
"name": "Brian Blakely",
"email": "anewpage.media@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/brianblakely/nodep-date-input-polyfill.git"
},
"bugs": "https://github.com/brianblakely/nodep-date-input-polyfill/issues",
"keywords": [
"html5",
"light",
"lightweight",
"input",
"type",
"date",
"datepicker",
"polyfill"
],
"analyze": true,
"license": "MIT",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.15.0",
"httpster": "^1.0.3",
"rollup": "^0.53.4",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-babel-minify": "^3.1.2",
"rollup-plugin-sass": "^0.5.3",
"rollup-watch": "^4.3.1"
},
"dependencies": {}
}