You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
601 B
29 lines
601 B
{
|
|
"name": "wickedpicker",
|
|
"version": "0.0.4",
|
|
"description": "A simple jQuery timepicker plugin.",
|
|
"main": [
|
|
"./dist/wickedpicker.min.js",
|
|
"./dist/wickedpicker.min.css"
|
|
],
|
|
"authors": [
|
|
"Eric Gagnon",
|
|
"Ruben Seyferth"
|
|
],
|
|
"moduleType": "globals",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"jQuery",
|
|
"timepicker",
|
|
"wickedpicker"
|
|
],
|
|
"homepage": "http://ericjgagnon.github.io/wickedpicker/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ericjgagnon/wickedpicker.git"
|
|
},
|
|
"dependencies": {
|
|
"jquery": ">= 1.9.0"
|
|
},
|
|
"private": false
|
|
}
|
|
|