forked from puranjayjain/md-date-time-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.03 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "md-date-time-picker",
"version": "2.2.0",
"description": "An implementation of the Material Design Picker components in vanilla CSS, JS and HTML",
"keywords": [
"material",
"design",
"date",
"time",
"picker",
"pickers",
"dialog",
"calendar",
"clock",
"input"
],
"main": "dist/js/mdDateTimePicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"contributors": [
"Seth Westphal (https://github.com/westy92)",
"Robert Schönthal (https://github.com/digitalkaoz)",
"Daniel (https://github.com/db-dblank)",
"Saban Ünlü (https://github.com/netTrek)"
],
"author": "Puranjay Jain <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.22.0",
"babel-plugin-transform-member-expression-literals": "^6.8.1",
"babel-plugin-transform-merge-sibling-variables": "^6.8.1",
"babel-plugin-transform-minify-booleans": "^6.8.0",
"babel-plugin-transform-property-literals": "^6.8.1",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.7",
"chokidar": "^1.6.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.1.1",
"gulp-minify-css": "1.2.4",
"gulp-plumber": "1.1.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"node-sass": "^4.4.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2"
},
"dependencies": {
"moment": "^2.17.1",
"draggabilly": "^2.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puranjayjain/md-date-time-picker.git"
},
"bugs": {
"url": "https://github.com/puranjayjain/md-date-time-picker/issues"
},
"homepage": "https://puranjayjain.github.io/md-date-time-picker"
}