summaryrefslogtreecommitdiff
path: root/bower.json
blob: a95b46f5c6f6b215ed075e5a1fc533bca6932f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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",
    "serpentity"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "bin",
    "browser_test",
    "LICENSE",
    "bower.json",
    "README.md",
    "lib"
  ],
  "dependencies": {
    "neon": "*"
  }
}