forked from Recras/angular-jquery-timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 766 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 766 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
{
"name": "angular-jquery-timepicker",
"version": "0.6.0",
"description": "An AngularJS directive for jQuery Timepicker",
"main": "./src/timepickerdirective.js",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.3",
"grunt-karma": "~0.6.2"
},
"dependencies": {},
"scripts": {
"test": "grunt karma"
},
"repository": {
"type": "git",
"url": "git@github.com:Recras/angular-jquery-timepicker.git"
},
"author": "https://github.com/Recras/angular-jquery-timepicker/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/Recras/angular-jquery-timepicker/issues"
},
"homepage": "https://github.com/Recras/angular-jquery-timepicker"
}