]> git.r.bdr.sh - rbdr/serpentity/blame - bower.json
Normalizes API for entities
[rbdr/serpentity] / bower.json
CommitLineData
f97380ad
BB
1{
2 "name": "serpentity",
509e372f 3 "version": "0.1.7",
f97380ad
BB
4 "homepage": "https://github.com/benbeltran/serpentity",
5 "authors": [
6 "Ben Beltran <ben@nsovocal.com>"
7 ],
8 "description": "A simple entity framework inspired by ash",
9 "main": [
74892a8f 10 "./dist/serpentity.js"
f97380ad
BB
11 ],
12 "keywords": [
22d974ab
BB
13 "entity",
14 "serpentity"
f97380ad
BB
15 ],
16 "license": "MIT",
17 "ignore": [
18 "**/.*",
19 "node_modules",
20 "bower_components",
21 "test",
74892a8f
BB
22 "tests",
23 "bin",
24 "browser_test",
25 "LICENSE",
26 "bower.json",
27 "README.md",
21653e1d
BB
28 "gulpfile.js",
29 "package.json",
74892a8f 30 "lib"
f97380ad
BB
31 ],
32 "dependencies": {
33 "neon": "*"
34 }
35}