diff options
| author | Ben Beltran <ben@nsovocal.com> | 2014-08-11 18:28:59 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2014-08-11 18:28:59 -0500 |
| commit | f97380adc4933fa3bf65b84f010bd303c9dd28a2 (patch) | |
| tree | 515286b7ffb429b9e83e93468a48232268b1e21b /bower.json | |
| parent | 5077b10bd397eb290af90ca5e49f32a95e81e9a7 (diff) | |
Prepare it for the browser
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..985e6c8 --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "serpentity", + "version": "0.1.3", + "homepage": "https://github.com/benbeltran/serpentity", + "authors": [ + "Ben Beltran <ben@nsovocal.com>" + ], + "description": "A simple entity framework inspired by ash", + "main": [ + "./lib/serpentity/serpentity.js", + "./lib/serpentity/entity.js", + "./lib/serpentity/node.js", + "./lib/serpentity/node_collection.js", + "./lib/serpentity/component.js", + "./lib/serpentity/system.js" + ], + "keywords": [ + "entity" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "neon": "*" + } +} |