forked from jolira/bootstrap-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 863 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
{
"name":"jolira-bootstrap-datepicker",
"description":"Datepicker for Bootstrap; adopted for the site-manager", "version":"1.0.0", "keywords":["bootstrap", "css", "datepicker"], "homepage":"https://github.com/jolira/bootstrap-datepicker",
"contributors":[
"Andrew Rowls (https://github.com/eternicode)",
"Gabriel Hopper <[email protected]> (http://www.jolira.com)"
],
"author": "Stefan Petre",
"repository":{
"type":"git",
"url":"https://github.com/jolira/bootstrap-datepicker.git"
},
"licenses":[
{
"type":"Apache-2.0",
"url":"http://www.apache.org/licenses/LICENSE-2.0"
}
],
"main":"js/bootstrap-datepicker.js",
"devDependencies":{
"uglify-js":"1.2.6",
"jshint":"0.6.1",
"recess":"1.0.3",
"connect":"2.1.3"
}
}