{
  "name": "ks-test",
  "version": "0.0.9",
  "description": "Konsserto framework module",
  "main": "./dist/app.js",
  "homepage": "http//github.com/skahrz/konsserto",
  "repository": {
    "type": "git",
    "url": "http//github.com/skahrz/konsserto"
  },
  "keywords": [],
  "scripts": {
    "build": "npm run lint && gulp",
    "test": "npm run lint && gulp test:unit",
    "lint": "standard ./src/**/*.js --verbose",
    "docs": "esdoc -c esdoc.json"
  },
  "author": "Marvin Frachet",
  "license": "MIT",
  "dependencies": {
    "bunyan": "1.5.1",
    "colors": "1.1.2",
    "deepin": "^1.0.4",
    "default-http": "0.0.2",
    "express": "^4.14.0",
    "express-konnector": "0.0.3",
    "js-yaml": "3.4.3",
    "ks-route-parser": "0.0.1"
  },
  "devDependencies": {
    "babel-core": "^5.5.0",
    "babel-preset-es2015": "^6.5.0",
    "chai": "3.0.0",
    "chai-spies": "^0.7.1",
    "coveralls": "^2.11.9",
    "del": "2.0.2",
    "esdoc": "0.4.3",
    "gulp": "^3.9.1",
    "gulp-babel": "5.1.0",
    "gulp-istanbul": "^0.10.4",
    "gulp-mocha": "2.1.3",
    "gulp-plumber": "1.0.0",
    "gulp-uglify": "1.2.0",
    "gulp-watch": "4.3.5",
    "isparta": "^3.0.3",
    "mocha": "2.2.5",
    "proxyquire": "^1.7.10",
    "sinon": "1.17.0",
    "standard": "^7.1.1",
    "supertest": "1.1.0"
  },
  "standard": {
    "globals": [
      "before",
      "describe",
      "beforeEach",
      "afterEach",
      "it",
      "expect"
    ]
  }
}
