forked from hippich/bootstrap-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 870 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": "bootstrap-timepicker",
"description": "Timepicker widget for Twitter Bootstrap 3.x",
"version": "0.3.3",
"homepage": "http://nholling.github.com/bootstrap-3-timepicker",
"author": {
"name": "Nate Hollingsworth",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/nholling/bootstrap-3-timepicker"
},
"scripts": {
"test": "bower install; grunt test;"
},
"bugs": {
"url": "https://github.com/nholling/bootstrap-3-timepicker/issues"
},
"devDependencies": {
"grunt-cli": "~0.1",
"grunt": "~0.4.1",
"bower": "latest",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-shell": "~0.2.2",
"grunt-bump": "~0.0.14"
}
}