0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 15:23:29 -05:00
Squire/package.json

32 lines
763 B
JSON
Raw Normal View History

2014-12-08 04:46:01 -05:00
{
"name": "squire-rte",
2016-08-05 06:01:51 -05:00
"version": "1.6.1",
2014-12-08 04:46:01 -05:00
"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": {
2015-06-15 09:42:48 -05:00
"mocha": "2.2.5",
"uglify-js": "^2.4.15",
"unexpected": "8.2.0"
2014-12-08 04:46:01 -05:00
}
}