forked from flatpickr/flatpickr
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 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
49
50
{
"name": "flatpickr",
"version": "2.0.0-rc.7",
"description": "A lightweight, powerful javascript datetime picker",
"scripts": {
"test": "start test/index.html",
"start": "parallelshell \"http-server -o --silent\" \"gulp\""
},
"dependencies": {},
"devDependencies": {
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.14.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-eslint": "^3.0.1",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.5.0",
"gulp-uglify": "^2.0.0",
"http-server": "^0.9.0",
"parallelshell": "^2.0.0",
"stylus": "^0.54.5"
},
"main": "dist/flatpickr.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chmln/flatpickr.git"
},
"author": "Gregory",
"license": "MIT",
"bugs": {
"url": "https://github.com/chmln/flatpickr/issues"
},
"homepage": "https://chmln.github.io/flatpickr",
"keywords": [
"javascript",
"datetimepicker",
"calendar",
"date",
"time",
"picker",
"lightweight"
]
}