From 9107a34ee5228d88e6521c0ea7466d892145491c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Filipek?= Date: Mon, 8 Dec 2014 10:46:01 +0100 Subject: [PATCH] Missing package.json --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..85d5259 --- /dev/null +++ b/package.json @@ -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" + } +}