]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "serpentity", | |
3 | "version": "0.1.5", | |
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 | "serpentity" | |
15 | ], | |
16 | "license": "MIT", | |
17 | "ignore": [ | |
18 | "**/.*", | |
19 | "node_modules", | |
20 | "bower_components", | |
21 | "test", | |
22 | "tests", | |
23 | "bin", | |
24 | "browser_test", | |
25 | "LICENSE", | |
26 | "bower.json", | |
27 | "README.md", | |
28 | "gulpfile.js", | |
29 | "package.json", | |
30 | "lib" | |
31 | ], | |
32 | "dependencies": { | |
33 | "neon": "*" | |
34 | } | |
35 | } |