-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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": "picker.js",
"version": "0.1.11",
"description": "A picker for dates, date ranges, (and hopefully times) for multiple frameworks including Bootstrap 3, Bootstrap 4, and Material Design for Bootstrap 4",
"main": "dist/picker.umd.js",
"jsnext:main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeekAb/picker.js.git"
},
"keywords": [
"bootstrap",
"material",
"design",
"datepicker"
],
"author": "Abhishek Srivastava <[email protected]> (https://github.com/GeekAb)",
"license": "MIT",
"bugs": {
"url": "https://github.com/GeekAb/picker.js/issues"
},
"homepage": "https://github.com/GeekAb/picker.js#readme",
"dependencies": {
"babel-polyfill": "^6.13.0",
"extend": "^3.0.0",
"key.js": "^1.0.7",
"moment": "^2.14.1",
"moment-range": "^2.2.0",
"popper.js": "^0.4.0",
"stringify-object": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": ">=6.0.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.14.0",
"bootstrap": "twbs/bootstrap#v4-dev",
"bootstrap-material-design": "fezvrasta/bootstrap-material-design#dist",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-pipeline": "^4.0.43",
"jquery": "^2.2.3",
"process": "^0.11.9",
"source-map-support": "^0.4.0"
}
}