forked from uxsolutions/bootstrap-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 987 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
{
"name": "@open-xchange/bootstrap-datepicker",
"description": "A datepicker for twitter bootstrap forked from eternicode which is a fork of Stefan Petre's (of eyecon.ro) fork",
"version": "1.4.1",
"keywords": [
"datepicker",
"twitter-bootstrap"
],
"homepage": "https://github.com/Open-Xchange-Frontend/bootstrap-datepicker",
"author": "Open-Xchange <[email protected]>",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Open-Xchange-Frontend/bootstrap-datepicker.git"
},
"dependencies": {
"jquery": ">=1.7.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jscs": "0.1.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"load-grunt-tasks": "~0.2.1",
"phantomjs": "~1.9.0"
}
}