{
  "name": "jabl",
  "version": "1.1.0",
  "description": "Rabl for Node.js",
  "main": "lib/jabl.js",
  "scripts": {
    "pretest": "bin/jshint",
    "test": "NODE_ENV=test mocha tests/mocha_helper.js --reporter dot $(find tests -name *_tests.js)"
  },
  "engines": {
    "node": ">=6.2",
    "npm": ">=3.8"
  },
  "keywords": [
    "rabl",
    "json",
    "views",
    "template",
    "node"
  ],
  "author": {
    "fullname": "Mateusz Barczak",
    "alias": "radical-edo",
    "email": "radical.3do@gmail.com"
  },
  "license": "ISC",
  "repository": {
    "github": "git@github.com:radical-edo/jabl.git"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.0.1",
    "jsonschema": "1.0.1",
    "mocha": "^3.2",
    "node-strap": "0.2.1",
    "rosie": "0.4.1"
  },
  "peerDependencies": {
    "bluebird": "^3.x",
    "lodash": "^4.x"
  }
}
