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

28 lines
610 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"
},
"keywords": [
"tinymce",
"oxid",
"oxid",
"eshop",
"editor"
],
"bugs": {
"url": "https://github.com/vanilla-thunder/hdi-tinymce/issues"
},
"devDependencies": {
"request": "*",
"grunt-cli": "*",
"grunt": "*",
"cheerio": "*"
}
}