forked from chingyawhao/materialize-clockpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 KB
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
{
"name": "materialize-clockpicker",
"version": "2.0.0",
"description": "A materialize clockpicker",
"main": "./dist/js/materialize.clockpicker.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DaedalusDev/materialize-clockpicker.js.git"
},
"keywords": [
"jquery",
"materialize",
"clockpicker"
],
"author": "DaedalusDev <dev.daedalus@gmail.com> (https://github.com/DaedalusDev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DaedalusDev/materialize-clockpicker/issues"
},
"homepage": "https://github.com/DaedalusDev/materialize-clockpicker",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^1.1.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-sass": "^2.0.0",
"grunt-text-replace": "^0.4.0",
"jasmine-jquery": "^2.1.1",
"karma": "^1.7.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4"
},
"dependencies": {
"jquery": "^3.2.1",
"materialize-css": "^0.98.2"
}
}