summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-03-06 17:15:18 +0000
committerWilson Page <wilsonpage@me.com>2013-03-06 17:15:18 +0000
commit478dc440ea4b0d912c0e18ef36607ec0d08015d9 (patch)
treef5ec3d83f61b52f996fb04314dba1f1e9e380bcd
parent42b8f4970cf0f3b9c10ba6ea82d62474abcc9211 (diff)
downloadfastdom-478dc440ea4b0d912c0e18ef36607ec0d08015d9.zip
fastdom-478dc440ea4b0d912c0e18ef36607ec0d08015d9.tar.gz
fastdom-478dc440ea4b0d912c0e18ef36607ec0d08015d9.tar.bz2
Added package.json
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..407e35d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "dom-batch",
+ "description": "Batches functions into a single async batch",
+ "version": "0.0.1",
+ "main": "lib/dom-batch.js",
+ "scripts": [
+ "lib/dom-batch.js"
+ ],
+ "homepage": "https://github.com/wilsonpage/dom-batch",
+ "author": {
+ "name": "Wilson Page",
+ "email": "wilsonpage@me.com"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/wilsonpage/fruitmachine.git"
+ },
+ "license": "MIT"
+} \ No newline at end of file