aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 0b50871dc6d1dd646a8bbb74fff017d035e68cad (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": "1.0.0-alpha1",
  "contributors": [
    {
      "name": "Ben Beltran",
      "email": "ben@nsovocal.com",
      "url": "http://nsovocal.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rbdr/serpentity.git"
  },
  "dependencies": {
  },
  "devDependencies": {
    "babel-preset-es2015": "6.6.x",
    "gulp": "3.9.x",
    "gulp-babel": "6.1.x",
    "gulp-concat": "2.6.x",
    "gulp-rename": "1.2.x",
    "gulp-uglify": "1.5.x"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "main": "./lib/serpentity.js"
}