forked from ph168/md-date-time-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.4 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
71
72
73
74
75
76
77
78
79
80
{
"name": "md-date-time-picker",
"version": "2.3.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",
"cs": "npm run cs:js && npm run cs:scss",
"cs:js": "eslint -c .eslintrc --fix src",
"cs:scss": "scss-lint"
},
"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)",
"Herbert Lin (https://github.com/XcrossD)"
],
"author": "Puranjay Jain <me+npm@puranjayjain.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.23.0",
"babel-plugin-transform-member-expression-literals": "^6.8.1",
"babel-plugin-transform-merge-sibling-variables": "^6.8.2",
"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.8",
"chokidar": "^1.6.1",
"del": "^2.2.2",
"eslint": "^3.17.1",
"eslint-config-standard": "^7.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.6",
"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.1.0",
"node-sass": "^4.5.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2"
},
"dependencies": {
"draggabilly": "^2.1.1",
"moment": "^2.17.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"
}