{
  "name": "@warp-works/studio",
  "version": "1.0.0-rc12",
  "repository": {
    "type": "git",
    "url": "https://github.com/WarpWorks/studio.git"
  },
  "engines": {
    "node": ">=6.9.0"
  },
  "license": "SEE LICENSE IN LICENSE.txt",
  "author": {
    "name": "Dirk Slama",
    "email": "dirk.slama@gmx.de"
  },
  "contributors": [
    {
      "name": "Hữu Ðà Trần",
      "email": "huuda.tran@quoininc.com",
      "url": "https://www.quoininc.com/staff/huu-da-tran/"
    }
  ],
  "main": "lib/index.js",
  "scripts": {
    "lint:node": "eslint --fix --ignore-pattern *.test.js --ignore-pattern server/test lib server",
    "lint:test": "eslint --fix --config=.eslintrc.test.json  '**/*.test.js'",
    "lint:client": "eslint --fix --config=.eslintrc.client.json public/WarpWorks",
    "lint": "npm run -s lint:node && npm run -s lint:test",
    "test:unit": "mocha 'lib/**/*.unit.test.js'",
    "test": "npm run test:unit",
    "coverage:unit": "nyc --report-dir=reports/coverage-unit npm run test:unit",
    "coverage": "npm run coverage:unit"
  },
  "dependencies": {
    "@quoin/expressjs-routes-info": "0.1.7",
    "@quoin/node-rc": "0.1.1",
    "@warp-works/core": "1.0.0-rc4",
    "bluebird": "3.5.0",
    "body-parser": "1.17.2",
    "bootstrap-notify": "3.1.3",
    "cookie-parser": "1.4.3",
    "debug": "2.6.8",
    "eslint-plugin-html": "2.0.3",
    "hal": "0.1.0",
    "hbs": "4.0.1",
    "hbs-utils": "0.0.4",
    "lodash": "4.17.4",
    "serve-favicon": "2.4.3"
  },
  "devDependencies": {
    "@quoin/eslint-config-quoin": "0.1.4",
    "@quoin/node-test-helpers": "0.2.1",
    "@warp-works/warpjs": "latest",
    "eslint": "3.19.0",
    "eslint-plugin-html": "2.0.1",
    "eslint-plugin-import": "2.3.0",
    "eslint-plugin-node": "5.0.0",
    "eslint-plugin-promise": "3.5.0",
    "eslint-plugin-standard": "3.0.1",
    "express": "4.15.3",
    "mocha": "3.4.2",
    "nyc": "11.0.2"
  },
  "peerDependencies": {
    "@warp-works/warpjs": ">=1.0.0-rc1",
    "express": ">=4.0.0"
  }
}
