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

27 lines
597 B
JSON
Raw Normal View History

2014-02-18 22:28:09 +01:00
{
"name": "hdi-tinymce",
"version": "1.1.7",
"description": "TinyMCE integration for OXID eShop CE Backend",
"author": "Marat Bedoev, HEINER DIRECT GmbH & Co. KG <oxid@heiner-direct.com>",
"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",
"editor"
],
"devDependencies": {
2014-03-24 01:27:32 +01:00
"jake": "*",
2014-02-18 22:28:09 +01:00
"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
}