aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..785334f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name" : "serpentity",
+ "description" : "A simple entity frameowrk inspired by ash",
+ "version" : "0.0.1",
+ "contributors" : [
+ {
+ "name" : "Ben Beltran",
+ "email" : "ben@nsovocal.com",
+ "url" : "http://nsovocal.com"
+ }
+ ],
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/benbeltran/serpentity.git"
+ },
+ "dependencies" : {
+ "neon" : "2.0.x",
+ "tellurium" : "2.0.x"
+ },
+ "devDependencies" : {
+ "colors" : "0.6.2"
+ },
+ "engines" : { "node" : ">= 0.10.0" },
+ "main" : "./lib/serpentity/serpentity.js"
+}
+