x-editable/package.json
2012-11-09 12:58:42 +04:00

37 lines
887 B
JSON

{
"name": "x-editable",
"title": "X-editable",
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery",
"version": "1.0.0",
"homepage": "https://github.com/vitalets/x-editable",
"author": {
"name": "Vitaliy Potapov",
"email": "noginsk@rambler.ru"
},
"repository": {
"type": "git",
"url": "git://github.com/vitalets/x-editable.git"
},
"bugs": {
"url": "https://github.com/vitalets/x-editable/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/vitalets/x-editable/blob/master/LICENSE-GPL"
}
],
"dependencies": {
"jquery": ">= 1.6"
},
"devDependencies": {
"grunt": "~0.3.11",
"grunt-contrib": "0.1.1",
"moment": "1.7.0"
},
"keywords": []
}