forked from monterail/angular-date-range-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 932 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": "angular-date-range-picker",
"version": "0.4.15",
"authors": [
"Tymon Tobolski <[email protected]>",
"Krzysztof Jung <[email protected]>"
],
"repository": "git://github.com/monterail/angular-date-range-picker.git",
"description": "Date Picker without jQuery",
"main": [
"build/angular-date-range-picker.js",
"build/angular-date-range-picker.css"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.2",
"grunt-autoprefixer": "~0.4.0",
"grunt-release": "~0.5.1"
},
"keywords": [
"angular",
"date",
"picker"
],
"license": "MIT",
"homepage": "http://github.com/monterail/angular-date-range-picker",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}