Added a package.json
authorKris Kowal <kris.kowal@cixar.com>
Sun, 18 Sep 2011 20:51:38 +0000 (13:51 -0700)
committerKris Kowal <kris.kowal@cixar.com>
Sun, 18 Sep 2011 20:51:38 +0000 (13:51 -0700)
package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..bd41c7a
--- /dev/null
@@ -0,0 +1,25 @@
+{
+    "name": "tengwar",
+    "version": "0.0.0",
+    "homepage": "http://3rin.gs/tengwar",
+    "author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
+    "bugs": {
+        "mail": "kris@cixar.com",
+        "web": "http://github.com/kriskowal/tengwarjs/issues"
+    },
+    "licenses": [
+        {
+            "type": "MIT",
+            "url": "http://github.com/kriskowal/tengwarjs/raw/master/LICENSE"
+        }
+    ],
+    "main": "tengwar.js",
+    "repository": {
+        "type": "git",
+        "url": "http://github.com/kriskowal/tengwarjs.git"
+    },
+    "dependencies": {
+    },
+    "devDependencies": {
+    }
+}