]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Updates README with revised deps and version
[rbdr/serpentity] / package.json
index 028bbb2e7358ba0ca8b283213a5f0a5a5257fe43..2841e8582fd07de95e646b1400f62fac67b5b435 100644 (file)
@@ -1,26 +1,26 @@
 {
-  "name" : "serpentity",
-  "description" : "A simple entity frameowrk inspired by ash",
-  "version" : "0.1.1",
-  "contributors" : [
+  "name": "serpentity",
+  "description": "A simple entity framework inspired by ash",
+  "version": "1.0.0-alpha1",
+  "contributors": [
     {
-      "name"  : "Ben Beltran",
-      "email" : "ben@nsovocal.com",
-      "url" : "http://nsovocal.com"
+      "name": "Ben Beltran",
+      "email": "ben@nsovocal.com",
+      "url": "http://nsovocal.com"
     }
   ],
-  "repository" : {
-    "type" : "git",
-    "url" : "https://github.com/benbeltran/serpentity.git"
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/rbdr/serpentity.git"
   },
-  "dependencies" : {
-    "neon" : "2.0.x"
+  "dependencies": {
   },
-  "devDependencies" : {
-    "colors" : "0.6.2",
-    "tellurium" : "2.0.x"
+  "devDependencies": {
+    "gulp": "3.9.x",
+    "gulp-concat": "2.6.x"
   },
-  "engines" : { "node" : ">= 0.10.0" },
-  "main" : "./lib/serpentity/serpentity.js"
+  "engines": {
+    "node": ">= 4.0.0"
+  },
+  "main": "./lib/serpentity.js"
 }
-