mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
Missing package.json
This commit is contained in:
parent
608c498f95
commit
9107a34ee5
1 changed files with 29 additions and 0 deletions
29
package.json
Normal file
29
package.json
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"name": "Squire",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"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": {
|
||||||
|
"uglify-js": "^2.4.15"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue