forked from weareoutman/clockpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 692 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 692 Bytes
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
{
"name": "clockpicker",
"description": "A clock-style timepicker for Bootstrap (or jQuery)",
"version": "0.0.7",
"author": {
"name": "Wang Shenwei",
"email": "wangshenwei@qq.com",
"url": "http://wangshenwei.com/"
},
"homepage": "http://weareoutman.github.io/clockpicker/",
"repository": {
"type": "git",
"url": "git://github.com/weareoutman/clockpicker.git"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {},
"devDependencies": {
"gulp": "~3.8.7",
"gulp-uglify": "~0.3.1",
"gulp-minify-css": "~0.3.1",
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.3.4",
"gulp-qunit": "^0.3.3",
"gulp-replace": "^0.4.0"
}
}