Add some licensing, etc. metadata.
[string-lerp.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..a16e524
--- /dev/null
@@ -0,0 +1,27 @@
+{
+    "name": "string-lerp",
+    "version": "1.0.0",
+    "author": "Joe Wreschnig",
+    "description": "progressively turn one string into another",
+    "keywords": ["string", "tween", "interpolate"],
+
+    "license": "GPL-2.0+",
+
+    "main": "./string-lerp.js",
+
+    "scripts": {
+        "test": "make check"
+    },
+
+    "homepage": "http://yukkurigames.com/string-lerp",
+    "repository": {
+        "type": "git",
+        "url": "http://git.yukkurigames.com/string-lerp.git"
+    },
+
+    "devDependencies": {
+        "jstest": "*",
+        "jshint": "*",
+        "uglify-js": "*"
+    }
+}