forked from nahu/angular-rangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 881 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
{
"name": "angular-rangepicker",
"version": "0.1.0",
"homepage": "https://github.com/codiumsa/angular-rangepicker",
"authors": {
"name": "Nahuel Hernandez",
"email": "nahuel@codium.com.py"
},
"contributors": [
{
"name": "Jorge Ramirez",
"email": "jorge@codium.com.py"
}
],
"description": "Angular.js wrapper for bootstrap number range picker (https://github.com/codiumsa/bootstrap-rangepicker).",
"license": "MIT",
"private": false,
"dependencies": {
"bootstrap-rangepicker": "github:codiumsa/bootstrap-rangepicker#master"
},
"devDependencies": {
"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"
}
}