aboutsummarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000000..f26dd1dbf2c8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "enchant-aur",
+ "description": "A wrapper library for generic spell checking.",
+ "version": "1.6.1-2",
+ "homepage": "http://www.thedarkestcave.net/",
+ "author": {
+ "name": "Jörg Schuck",
+ "email": "joerg_schuck@web.de",
+ "url": "http://www.thedarkestcave.net/"
+ },
+ "repository": {
+ "type": "git",
+ "url": "vcs:/~/enchant-aur.git"
+ },
+ "bugs": {
+ "url": ""
+ },
+ "licenses": [
+ {
+ "type": "BSD",
+ "url": "http://www.thedarkestcave.net//blob/master/LICENSE-BSD"
+ }
+ ],
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "scripts": {
+ "test": "grunt qunit"
+ },
+ "devDependencies": {
+ "grunt": "^0.4.5",
+ "grunt-bump": "^0.6.0",
+ "grunt-git-them-all": "^0.0.13",
+ "grunt-githooks": "^0.3.1",
+ "grunt-shell": "^0.7.0"
+ }
+}