]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name" : "serpentity", | |
3 | "description" : "A simple entity framework inspired by ash", | |
4 | "version" : "0.1.3", | |
5 | "contributors" : [ | |
6 | { | |
7 | "name" : "Ben Beltran", | |
8 | "email" : "ben@nsovocal.com", | |
9 | "url" : "http://nsovocal.com" | |
10 | } | |
11 | ], | |
12 | "repository" : { | |
13 | "type" : "git", | |
14 | "url" : "https://github.com/benbeltran/serpentity.git" | |
15 | }, | |
16 | "dependencies" : { | |
17 | "neon" : "2.0.x" | |
18 | }, | |
19 | "devDependencies" : { | |
20 | "colors" : "0.6.2", | |
21 | "tellurium" : "2.0.x" | |
22 | }, | |
23 | "engines" : { "node" : ">= 0.10.0" }, | |
24 | "main" : "./lib/serpentity/serpentity.js" | |
25 | } | |
26 |