forked from brianblakely/nodep-date-input-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
49
50
51
52
{
"name": "nodep-date-input-polyfill",
"version": "3.0.2",
"description": "Automatically adds datepickers to input[type=date] on IE, Firefox, and OS X Safari.",
"main": "nodep-date-input-polyfill.dist.js",
"scripts": {
"start": "webpack-dev-server",
"start-c9": "webpack-dev-server --host $IP --port $PORT",
"build": "webpack --devtool=none --optimize-minimize --optimize-occurence-order --optimize-dedupe --progress",
"test": "mocha --compilers js:babel-core/register"
},
"author": {
"name": "Brian Blakely",
"email": "[email protected]"
},
"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-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.4.0",
"mocha": "^2.5.3",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-runtime": "^6.6.1"
}
}