-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathpackage.json
31 lines (31 loc) · 834 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": "bootstrap-calendar",
"version": "0.2.8",
"description": "Calendar module based on Bootsrap and jQuery",
"main": "./js/calendar.js",
"dependencies": {
"bower": ">=1.8.8",
"grunt": "^0.4.1",
"grunt-contrib-cssmin": "^0.5.0",
"grunt-contrib-less": "^0.7.0",
"grunt-contrib-uglify": "^0.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Serhioromano/bootstrap-calendar.git"
},
"keywords": [
"calendar"
],
"readmeFilename": "README.md",
"author": "Sergey Romanov",
"license": "AML",
"bugs": {
"url": "https://github.com/Serhioromano/bootstrap-calendar/issues"
},
"homepage": "https://github.com/Serhioromano/bootstrap-calendar#readme"
}