]> git.r.bdr.sh - rbdr/serpentity/blobdiff - package.json
Feature/code update (#1)
[rbdr/serpentity] / package.json
index 48a8773b4dd696b3f6b5a2325b66c9060838cbac..a2d252168a2645a0ac7d00ffefd06209fa587003 100644 (file)
@@ -1,26 +1,37 @@
 {
-  "name" : "serpentity",
-  "description" : "A simple entity frameowrk inspired by ash",
-  "version" : "0.1.0",
-  "contributors" : [
+  "name": "@serpentity/serpentity",
+  "description": "An Entity-Component-System Engine",
+  "version": "2.0.0-alpha2",
+  "contributors": [
     {
-      "name"  : "Ben Beltran",
-      "email" : "ben@nsovocal.com",
-      "url" : "http://nsovocal.com"
+      "name": "Rubén Beltrán del Río",
+      "email": "ben@nsovocal.com",
+      "url": "https://unlimited.pizza"
     }
   ],
-  "repository" : {
-    "type" : "git",
-    "url" : "https://github.com/benbeltran/serpentity.git"
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/serpentity/serpentity.git"
   },
-  "dependencies" : {
-    "neon" : "2.0.x",
-    "tellurium" : "2.0.x"
+  "dependencies": {},
+  "devDependencies": {
+    "babel-core": "^6.24.1",
+    "babel-loader": "^6.4.1",
+    "babel-preset-es2015": "^6.24.1",
+    "code": "^4.0.0",
+    "eslint": "^3.19.0",
+    "eslint-config-hapi": "^10.0.0",
+    "eslint-plugin-hapi": "^4.0.0",
+    "lab": "^13.0.1",
+    "webpack": "^2.3.3"
   },
-  "devDependencies" : {
-    "colors" : "0.6.2"
+  "engines": {
+    "node": ">= 6.0.0"
   },
-  "engines" : { "node" : ">= 0.10.0" },
-  "main" : "./lib/serpentity/serpentity.js"
+  "scripts": {
+    "build": "webpack --config ./config/webpack.js",
+    "lint": "eslint lib",
+    "test": "lab"
+  },
+  "main": "./lib/serpentity.js"
 }
-