aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d5468470342ea60543e9298828f4e1d69e6e4ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name" : "serpentity",
  "description" : "A simple entity frameowrk inspired by ash",
  "version" : "0.1.2",
  "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"
  },
  "devDependencies" : {
    "colors" : "0.6.2",
    "tellurium" : "2.0.x"
  },
  "engines" : { "node" : ">= 0.10.0" },
  "main" : "./lib/serpentity/serpentity.js"
}