forked from smalot/bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 906 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
34
35
{
"name": "bootstrap-datetime-picker",
"homepage": "http://www.malot.fr/bootstrap-datetimepicker/",
"description": "Both Date and Time picker widget based on twitter bootstrap",
"version": "2.4.4",
"license": "Apache 2.0",
"author": {
"name": "Sebastien Malot"
},
"maintainers": [{
"name": "Sebastien Malot"
},{
"name": "Christian Vaas",
"email": "[email protected]"
}
],
"keywords": [
"bootstrap", "datetime", "picker"
],
"repository": {
"type": "git",
"url": "git://github.com/smalot/bootstrap-datetimepicker.git"
},
"bugs": {
"url": "https://github.com/smalot/bootstrap-datetimepicker"
},
"main": "./js/bootstrap-datetimepicker.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-version-check": "^0.3.7",
"jshint": "^2.9.4",
"load-grunt-tasks": "^3.4.1"
}
}