X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/blobdiff_plain/eecd25c9188b5c045d89aa26d1d367dd5131d88f..74892a8fd50cdc2a1294d776dc246912de9f94d5:/bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ebd6bcd --- /dev/null +++ b/bower.json @@ -0,0 +1,32 @@ +{ + "name": "serpentity", + "version": "0.1.3", + "homepage": "https://github.com/benbeltran/serpentity", + "authors": [ + "Ben Beltran " + ], + "description": "A simple entity framework inspired by ash", + "main": [ + "./dist/serpentity.js" + ], + "keywords": [ + "entity" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests", + "bin", + "browser_test", + "LICENSE", + "bower.json", + "README.md", + "lib" + ], + "dependencies": { + "neon": "*" + } +}