mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 15:23:29 -05:00
Missing bower.json
This commit is contained in:
parent
cd30857ba4
commit
608c498f95
1 changed files with 25 additions and 0 deletions
25
bower.json
Normal file
25
bower.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Squire",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"homepage": "https://github.com/neilj/Squire",
|
||||||
|
"authors": [
|
||||||
|
"Neil Jenkins <neil@nmjenkins.com>"
|
||||||
|
],
|
||||||
|
"description": "Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible.",
|
||||||
|
"main": "build/squire.js",
|
||||||
|
"keywords": [
|
||||||
|
"wysiwyg",
|
||||||
|
"editor",
|
||||||
|
"text",
|
||||||
|
"html",
|
||||||
|
"squire"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue