]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "serpentity", | |
3 | "version": "0.1.3", | |
4 | "homepage": "https://github.com/benbeltran/serpentity", | |
5 | "authors": [ | |
6 | "Ben Beltran <ben@nsovocal.com>" | |
7 | ], | |
8 | "description": "A simple entity framework inspired by ash", | |
9 | "main": [ | |
10 | "./dist/serpentity.js" | |
11 | ], | |
12 | "keywords": [ | |
13 | "entity" | |
14 | ], | |
15 | "license": "MIT", | |
16 | "ignore": [ | |
17 | "**/.*", | |
18 | "node_modules", | |
19 | "bower_components", | |
20 | "test", | |
21 | "tests", | |
22 | "bin", | |
23 | "browser_test", | |
24 | "LICENSE", | |
25 | "bower.json", | |
26 | "README.md", | |
27 | "lib" | |
28 | ], | |
29 | "dependencies": { | |
30 | "neon": "*" | |
31 | } | |
32 | } |