-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
54 lines (53 loc) · 1.26 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
{
"name": "amazeui-datetimepicker",
"version": "2.3.1",
"description": "Amaze UI styled Datetimepicker jQuery plugin.",
"main": "js/amazeui.datetimepicker.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/amazeui/datetimepicker.git"
},
"keywords": [
"amaze-ui",
"datetimepicker",
"jquery-plugin"
],
"author": "smalot",
"license": "Apache",
"bugs": {
"url": "https://github.com/amazeui/datetimepicker/issues"
},
"homepage": "https://github.com/amazeui/datetimepicker",
"devDependencies": {
"amazeui-doc-util": "^0.1.0",
"browser-sync": "^1.9.0",
"browserify": "^8.1.0",
"browserify-shim": "^3.8.2",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-csso": "^0.2.9",
"gulp-gh-pages": "^0.4.0",
"gulp-less": "^2.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-rename": "^1.2.0",
"markit-json": "^0.2.1",
"run-sequence": "^1.0.2",
"through2": "^0.6.3",
"vinyl-transform": "^1.0.0"
},
"dependencies": {
"amazeui": "^2.1.0"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery"
}
}