]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Components extend without having to define init
[rbdr/serpentity] / package.json
index 48a8773b4dd696b3f6b5a2325b66c9060838cbac..642de3ec5e66907a9f723eb9bdcbffb7bb7941d0 100644 (file)
@@ -1,26 +1,30 @@
 {
-  "name" : "serpentity",
-  "description" : "A simple entity frameowrk inspired by ash",
-  "version" : "0.1.0",
-  "contributors" : [
+  "name": "serpentity",
+  "description": "A simple entity framework inspired by ash",
+  "version": "0.1.6",
+  "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/benbeltran/serpentity.git"
   },
-  "dependencies" : {
-    "neon" : "2.0.x",
-    "tellurium" : "2.0.x"
+  "dependencies": {
+    "neon": "2.0.x"
   },
-  "devDependencies" : {
-    "colors" : "0.6.2"
+  "devDependencies": {
+    "colors": "0.6.2",
+    "tellurium": "2.0.x",
+    "gulp-uglify": "~0.3.1",
+    "gulp": "~3.8.7",
+    "gulp-concat": "~2.3.4"
   },
-  "engines" : { "node" : ">= 0.10.0" },
-  "main" : "./lib/serpentity/serpentity.js"
+  "engines": {
+    "node": ">= 0.10.0"
+  },
+  "main": "./lib/serpentity/serpentity.js"
 }
-