From: Ben Beltran Date: Fri, 29 Jan 2016 01:57:50 +0000 (-0600) Subject: Removes bower.json X-Git-Tag: 1.0.0^2~14 X-Git-Url: https://git.r.bdr.sh/rbdr/serpentity/commitdiff_plain/1f8287a4cae3b53faff333ee49a32002fccb6824?hp=6869172198b8cf67a5d532bc4fbb04005d452b4d Removes bower.json --- diff --git a/bower.json b/bower.json deleted file mode 100644 index 7ac066a..0000000 --- a/bower.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "serpentity", - "version": "0.1.7", - "homepage": "https://github.com/rbdr/serpentity", - "authors": [ - "Ben Beltran " - ], - "description": "A simple entity framework inspired by ash", - "main": [ - "./dist/serpentity.js" - ], - "keywords": [ - "entity", - "serpentity" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests", - "bin", - "browser_test", - "LICENSE", - "bower.json", - "README.md", - "gulpfile.js", - "package.json", - "lib" - ], - "dependencies": { - "neon": "*" - } -}