]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "serpentity", | |
3 | "description": "A simple entity framework inspired by ash", | |
4 | "version": "1.0.0-alpha1", | |
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/rbdr/serpentity.git" | |
15 | }, | |
16 | "dependencies": { | |
17 | }, | |
18 | "devDependencies": { | |
19 | "gulp": "3.9.x", | |
20 | "gulp-concat": "2.6.x" | |
21 | }, | |
22 | "engines": { | |
23 | "node": ">= 4.0.0" | |
24 | }, | |
25 | "main": "./lib/serpentity.js" | |
26 | } |