aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-08-11 18:52:20 -0500
committerBen Beltran <ben@nsovocal.com>2014-08-11 18:52:20 -0500
commiteecd25c9188b5c045d89aa26d1d367dd5131d88f (patch)
tree3da698ccd9389b90e0f25569da27fddf936190ab /lib
parentf97380adc4933fa3bf65b84f010bd303c9dd28a2 (diff)
Prepares for bower
Diffstat (limited to 'lib')
-rw-r--r--lib/serpentity/bower.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/serpentity/bower.json b/lib/serpentity/bower.json
new file mode 100644
index 0000000..d93dd89
--- /dev/null
+++ b/lib/serpentity/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": [
+ "./serpentity.js",
+ "./entity.js",
+ "./node.js",
+ "./node_collection.js",
+ "./component.js",
+ "./system.js"
+ ],
+ "keywords": [
+ "entity"
+ ],
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "neon": "*"
+ }
+}