8
0
Fork 0
tinymce-editor/copy_this/modules/bla/bla-tinymce/package.json

27 Zeilen
565 B
JSON

2014-02-18 22:28:09 +01:00
{
2014-08-20 04:09:21 +02:00
"name": "bla-tinymce",
"version": "1.2.2",
2014-07-28 16:27:51 +02:00
"description": "TinyMCE integration for OXID eShop CE",
"author": "Marat Bedoev, bestlife AG <oxid@bestlife.ag>",
2014-02-18 22:28:09 +01:00
"license": "GPLv3",
"repository": {
"type": "git",
2014-08-20 04:09:21 +02:00
"url": "git://github.com/vanilla-thunder/bla-tinymce.git"
2014-02-18 22:28:09 +01:00
},
2014-03-24 01:27:32 +01:00
"bugs": {
2014-08-20 04:09:21 +02:00
"url": "https://github.com/vanilla-thunder/bla-tinymce/issues"
2014-03-24 01:27:32 +01:00
},
2014-02-18 22:28:09 +01:00
"keywords": [
"tinymce",
"oxid",
"oxid",
"eshop",
2014-07-28 16:27:51 +02:00
"editor",
"wysiwyg"
2014-02-18 22:28:09 +01:00
],
"devDependencies": {
"request": "*",
2014-03-24 01:27:32 +01:00
"cheerio": "*",
"adm-zip": "*"
2014-02-18 22:28:09 +01:00
}
2014-03-24 01:27:32 +01:00
}