]> git.r.bdr.sh - rbdr/serpentity/blob - lib/serpentity/bower.json
Prepares for bower
[rbdr/serpentity] / lib / serpentity / bower.json
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 "./serpentity.js",
11 "./entity.js",
12 "./node.js",
13 "./node_collection.js",
14 "./component.js",
15 "./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 }