forked from luisfarzati/ng-bs-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 901 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
33
34
35
36
37
{
"name": "ng-bs-daterangepicker",
"description": "AngularJS directive for bootstrap-daterangepicker",
"version": "0.0.3",
"filename": "./src/ng-bs-daterangepicker.js",
"homepage": "http://github.com/luisfarzati/ng-bs-daterangepicker",
"author": {
"name": "Luis Farzati",
"email": "[email protected]",
"url": "http://github.com/luisfarzati"
},
"repository": {
"type": "git",
"url": "git://github.com/luisfarzati/ng-bs-daterangepicker.git"
},
"keywords": [
"angular",
"bootstrap",
"daterangepicker",
"datepicker",
"moment",
"time",
"interval",
"calendar"
],
"bugs": {
"url": "http://github.com/luisfarzati/ng-bs-daterangepicker/issues"
},
"dependencies": {
},
"devDependencies": {
"grunt": "latest",
"grunt-karma": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest"
}
}