forked from fragaria/angular-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 854 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 854 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
{
"name": "angular-daterangepicker",
"version": "0.1.10",
"homepage": "https://github.com/fragaria/angular-daterangepicker",
"authors": [
"Filip Vařecha <filip.varecha@fragaria.cz>",
"Tibor Kulčár <tibor.kulcar@fragaria.cz>",
"Lukáš Marek <lukas.marek@fragaria.cz>"
],
"description": "Angular.js wrapper for Dan Grosmann's bootstrap date range picker (https://github.com/dangrossman/bootstrap-daterangepicker).",
"license": "Apache",
"private": false,
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "^0.7.0",
"grunt-contrib-uglify": "^0.3.2",
"grunt-contrib-watch": "^0.5.3",
"grunt-ng-annotate": "^0.4.0",
"grunt-wiredep": "^1.8.0",
"karma": "^0.10.2",
"karma-coffee-preprocessor": "^0.1.0",
"karma-junit-reporter": "^0.1.0",
"load-grunt-tasks": "^0.6.0"
}
}