{
  "name": "@fulminate/framework",
  "version": "2.3.1",
  "description": "MV framework written in TypeScript.",
  "main": "index.js",
  "scripts": {
    "test": "ts-mocha $(find . -name '*.spec.ts' ! -ipath '*node_modules*') --timeout 15000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fulminate-js/framework.git"
  },
  "keywords": [
    "fulminate",
    "mvc",
    "framework"
  ],
  "author": "Sergey Orlov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fulminate-js/framework/issues"
  },
  "homepage": "https://fulminate-js.github.io/",
  "dependencies": {
    "@fulminate/core": "^2.3.6",
    "bcrypt": "^1.0.2",
    "body-parser": "^1.17.2",
    "cookie": "^0.3.1",
    "cookie-parser": "^1.4.3",
    "cors": "^2.8.3",
    "express": "^4.15.3",
    "express-nunjucks": "^2.2.3",
    "inquirer": "^3.2.0",
    "mysql": "^2.14.1",
    "nunjucks": "^3.0.1",
    "rand-token": "^0.3.0",
    "reflect-metadata": "^0.1.10",
    "slack-notify": "^0.1.6",
    "typedi": "^0.5.2",
    "typeorm": "0.1.0-alpha.33",
    "yamljs": "^0.3.0"
  },
  "devDependencies": {
    "@types/node": "^8.0.28",
    "chai": "^4.0.2",
    "mocha": "^3.4.2",
    "rewire": "^2.5.2",
    "ts-mocha": "^1.0.3",
    "ts-node": "^3.2.0",
    "tslint": "^5.5.0",
    "typescript": "^2.4.1"
  }
}
