tinymce-editor/copy_this/modules/hdi/hdi-tinymce/package.json

27 lines
565 B
JSON
Raw Normal View History

2014-02-18 22:28:09 +01:00
{
"name": "hdi-tinymce",
2014-07-28 16:27:51 +02:00
"version": "1.2.1",
"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",
"url": "git://github.com/vanilla-thunder/hdi-tinymce.git"
},
2014-03-24 01:27:32 +01:00
"bugs": {
"url": "https://github.com/vanilla-thunder/hdi-tinymce/issues"
},
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
}