-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
32 lines (32 loc) · 890 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
{
"name": "gm.datepickerMultiSelect",
"version": "1.0.10",
"description": "AngularJS module to extend UI Bootstrap's Datepicker directive to allow for multiple date selections.",
"main": "dist/gm.datepickerMultiSelect.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "lite-server"
},
"repository": {
"type": "git",
"url": "https://github.com/spongessuck/gm.datepickerMultiSelect.git"
},
"keywords": [
"angular",
"bootstrap",
"ui.bootstrap",
"datepicker",
"multiple"
],
"author": "Greg McGee",
"license": "MIT",
"bugs": {
"url": "https://github.com/spongessuck/gm.datepickerMultiSelect/issues"
},
"homepage": "https://github.com/spongessuck/gm.datepickerMultiSelect",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.2",
"lite-server": "^2.2.0"
}
}