32 lines
763 B
JSON
32 lines
763 B
JSON
{
|
|
"name": "squire-rte",
|
|
"version": "1.9.0",
|
|
"description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.",
|
|
"main": "build/squire.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/neilj/Squire.git"
|
|
},
|
|
"keywords": [
|
|
"wysiwyg",
|
|
"editor",
|
|
"text",
|
|
"html",
|
|
"squire"
|
|
],
|
|
"author": "Neil Jenkins",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/neilj/Squire/issues"
|
|
},
|
|
"homepage": "https://github.com/neilj/Squire",
|
|
"devDependencies": {
|
|
"mocha": "2.2.5",
|
|
"uglify-js": "^2.4.15",
|
|
"unexpected": "8.2.0"
|
|
}
|
|
}
|