{
  "name": "microframework",
  "private": false,
  "version": "0.6.4",
  "description": "Microframework is a minimalistic framework you can use with TypeScript and JavaScript.",
  "license": "MIT",
  "readmeFilename": "README.md",
  "author": {
    "name": "Umed Khudoiberdiev",
    "email": "pleerock.me@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pleerock/microframework.git"
  },
  "bugs": {
    "url": "https://github.com/pleerock/microframework/issues"
  },
  "tags": [
    "microframework",
    "typescript",
    "typescript-framework"
  ],
  "devDependencies": {
    "@types/express": "^4.0.35",
    "@types/node": "^7.0.5",
    "@types/winston": "^2.2.0",
    "ascii-art": "^1.4.2",
    "chai": "^3.4.1",
    "chai-as-promised": "^6.0.0",
    "del": "^2.2.2",
    "express": "^4.15.1",
    "gulp": "^3.9.1",
    "gulp-mocha": "^4.0.1",
    "gulp-replace": "^0.5.4",
    "gulp-shell": "^0.6.1",
    "gulp-tslint": "^7.1.0",
    "gulpclass": "0.1.2",
    "mocha": "^3.2.0",
    "mysql": "^2.13.0",
    "npm": "^4.3.0",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "ts-node": "^2.1.0",
    "tslint": "^4.5.1",
    "tslint-stylish": "^2.1.0",
    "typeorm": "0.0.9",
    "typescript": "^2.2.1",
    "winston": "^2.3.1"
  },
  "dependencies": {
    "app-root-path": "^2.0.1"
  }
}
