]>
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": [ | |
10 | "./lib/serpentity/serpentity.js", | |
11 | "./lib/serpentity/entity.js", | |
12 | "./lib/serpentity/node.js", | |
13 | "./lib/serpentity/node_collection.js", | |
14 | "./lib/serpentity/component.js", | |
15 | "./lib/serpentity/system.js" | |
16 | ], | |
17 | "keywords": [ | |
18 | "entity" | |
19 | ], | |
20 | "license": "MIT", | |
21 | "ignore": [ | |
22 | "**/.*", | |
23 | "node_modules", | |
24 | "bower_components", | |
25 | "test", | |
26 | "tests" | |
27 | ], | |
28 | "dependencies": { | |
29 | "neon": "*" | |
30 | } | |
31 | } |