diff options
| author | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:11:04 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2016-03-28 00:11:04 -0600 |
| commit | d24eedbc16dff03f940e342bda72b572befcc4a3 (patch) | |
| tree | 4818fff2da8dcb0767b69cc9172a9b889970e933 /bower.json | |
| parent | 6869172198b8cf67a5d532bc4fbb04005d452b4d (diff) | |
| parent | efd207c0ea9b48b10126f01e8d4c60cf40f48d26 (diff) | |
Merge branch 'release/1.0.0'1.0.0
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 35 |
1 files changed, 0 insertions, 35 deletions
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 <ben@nsovocal.com>" - ], - "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": "*" - } -} |