summaryrefslogtreecommitdiff
path: root/package.json
blob: 5ab315744dd0345680ef93462fd8e7e54f7c72f7 (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
{
  "name": "serpentity",
  "description": "A simple entity framework inspired by ash",
  "version": "0.1.3",
  "contributors": [
    {
      "name": "Ben Beltran",
      "email": "ben@nsovocal.com",
      "url": "http://nsovocal.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/benbeltran/serpentity.git"
  },
  "dependencies": {
    "neon": "2.0.x"
  },
  "devDependencies": {
    "colors": "0.6.2",
    "tellurium": "2.0.x",
    "gulp-uglify": "~0.3.1",
    "gulp": "~3.8.7",
    "gulp-concat": "~2.3.4"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "main": "./lib/serpentity/serpentity.js"
}