]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Removes additional line-end
[rbdr/serpentity] / package.json
index d5468470342ea60543e9298828f4e1d69e6e4ceb..1e37373e0237dff862ca1603f933b205761bd4b5 100644 (file)
@@ -1,26 +1,28 @@
 {
-  "name" : "serpentity",
-  "description" : "A simple entity frameowrk inspired by ash",
-  "version" : "0.1.2",
-  "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": {
+    "babel-preset-es2015": "6.6.x",
+    "gulp": "3.9.x",
+    "gulp-babel": "6.1.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"
 }
-