]>
Commit | Line | Data |
---|---|---|
f97380ad BB |
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": [ | |
74892a8f | 10 | "./dist/serpentity.js" |
f97380ad BB |
11 | ], |
12 | "keywords": [ | |
22d974ab BB |
13 | "entity", |
14 | "serpentity" | |
f97380ad BB |
15 | ], |
16 | "license": "MIT", | |
17 | "ignore": [ | |
18 | "**/.*", | |
19 | "node_modules", | |
20 | "bower_components", | |
21 | "test", | |
74892a8f BB |
22 | "tests", |
23 | "bin", | |
24 | "browser_test", | |
25 | "LICENSE", | |
26 | "bower.json", | |
27 | "README.md", | |
28 | "lib" | |
f97380ad BB |
29 | ], |
30 | "dependencies": { | |
31 | "neon": "*" | |
32 | } | |
33 | } |