-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
32 lines (32 loc) · 906 Bytes
/
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
{
"name": "materialize-clockpicker",
"version": "1.0.1",
"description": "A materialize clockpicker",
"main": "./dist/js/materialize.clockpicker.js",
"repository": {
"type": "git",
"url": "git@github.com:chingyawhao/materialize-clockpicker.git"
},
"keywords": [
"jquery",
"materialize",
"clockpicker"
],
"author": "chingyawhao <chingyawhao14@gmail.com> (https://github.com/chingyawhao)",
"contributors": [
"victor-perez <vpjs@victor-perez.nl> (https://github.com/victor-perez)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chingyawhao/materialize-clockpicker/issues"
},
"homepage": "https://github.com/chingyawhao/materialize-clockpicker",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5"
}
}