-
Notifications
You must be signed in to change notification settings - Fork 371
/
package.json
30 lines (30 loc) · 962 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
{
"name": "angular-daterangepicker",
"version": "0.3.0",
"homepage": "https://github.com/fragaria/angular-daterangepicker",
"authors": [
"Filip Vařecha <[email protected]>",
"Tibor Kulčár <[email protected]>",
"Lukáš Marek <[email protected]>",
"Adam Segal <[email protected]>"
],
"description": "Angular.js wrapper for Dan Grosmann's bootstrap date range picker (https://github.com/dangrossman/bootstrap-daterangepicker).",
"license": "MIT",
"private": false,
"dependencies": {
"angular": "^1.2.17",
"bootstrap-daterangepicker": "^3.0.3"
},
"main": "index.js",
"devDependencies": {
"coffeelint": "^1.12.1",
"grunt": "~0.4.1",
"grunt-coffeelint": "^0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-wiredep": "^2.0.0",
"load-grunt-tasks": "^3.3.0"
}
}