aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2014-08-11 21:03:24 -0500
committerBen Beltran <ben@nsovocal.com>2014-08-11 21:03:24 -0500
commit74892a8fd50cdc2a1294d776dc246912de9f94d5 (patch)
treee7689b97cecb6875ee91ecad43ee2567fec70bbe /bower.json
parenteecd25c9188b5c045d89aa26d1d367dd5131d88f (diff)
Prepare bower with a concatenated file.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json32
1 files changed, 32 insertions, 0 deletions
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 <ben@nsovocal.com>"
+ ],
+ "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": "*"
+ }
+}