forked from Paul-DS/bootstrap-year-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 702 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 702 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
26
27
{
"name": "bootstrap-year-calendar",
"version": "1.1.1",
"description": "A fully customizable year calendar widget, for boostrap !",
"main": "./js/bootstrap-year-calendar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paul-DS/bootstrap-year-calendar.git"
},
"keywords": [
"calendar",
"bootstrap"
],
"author": "Paul-DS",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Paul-DS/bootstrap-year-calendar/issues"
},
"homepage": "http://www.bootstrap-year-calendar.com/",
"dependencies": {
"bootstrap": ">=3.1.1",
"jquery": ">=1.8.2"
}
}