X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/f97380adc4933fa3bf65b84f010bd303c9dd28a2..6869172198b8cf67a5d532bc4fbb04005d452b4d:/bower.json diff --git a/bower.json b/bower.json index 985e6c8..7ac066a 100644 --- a/bower.json +++ b/bower.json @@ -1,21 +1,17 @@ { "name": "serpentity", - "version": "0.1.3", - "homepage": "https://github.com/benbeltran/serpentity", + "version": "0.1.7", + "homepage": "https://github.com/rbdr/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" + "./dist/serpentity.js" ], "keywords": [ - "entity" + "entity", + "serpentity" ], "license": "MIT", "ignore": [ @@ -23,7 +19,15 @@ "node_modules", "bower_components", "test", - "tests" + "tests", + "bin", + "browser_test", + "LICENSE", + "bower.json", + "README.md", + "gulpfile.js", + "package.json", + "lib" ], "dependencies": { "neon": "*"