composer support

This commit is contained in:
MaSi 2013-07-20 18:27:28 +02:00
parent 8167b00e84
commit f122b5e314

@ -1,36 +1,40 @@
{ {
"name": "X-editable", "name": "X-editable",
"title": "X-editable",
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.", "description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.",
"version": "1.4.5", "version": "1.4.5",
"homepage": "http://github.com/vitalets/x-editable", "homepage": "http://github.com/vitalets/x-editable",
"author": { "authors": [
"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", "name": "Vitaliy Potapov",
"url": "https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT" "email": "noginsk@rambler.ru",
"role": "Developer"
} }
], ],
"keywords": [
"bootstrap",
"x-editable",
"table",
"editable"
],
"repositories": [
{
"type": "vcs",
"url": "git://github.com/vitalets/x-editable.git"
}
],
"support": {
"issues": "https://github.com/vitalets/x-editable/issues",
"source": "http://vitalets.github.io/x-editable",
"wiki": "http://vitalets.github.io/x-editable"
},
"license": [
"MIT"
],
"require": { "require": {
}, },
"require-dev": { "require-dev": {
"grunt": "~0.3.11", "grunt": "~0.3.11",
"grunt-contrib": "0.1.1" "grunt-contrib": "0.1.1"
}, }
"keywords": [
"bootstrap",
"x-editable",
"editable"
]
} }