X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/f97380adc4933fa3bf65b84f010bd303c9dd28a2..eecd25c9188b5c045d89aa26d1d367dd5131d88f:/bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 985e6c8..0000000 --- a/bower.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "name": "serpentity", - "version": "0.1.3", - "homepage": "https://github.com/benbeltran/serpentity", - "authors": [ - "Ben Beltran " - ], - "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": "*" - } -}