{
  "name": "dev-env-installer",
  "version": "0.0.14",
  "main": "dist/index.js",
  "scripts": {
    "build": "rimraf dist && tsc"
  },
  "dependencies": {
    "underscore": "^1.8.3"
  },
  "typings":"dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/ddenisenko/dev-env-installer.git"
  },
  "keywords": [
  ],
  "homepage": "https://github.com/ddenisenko/dev-env-installer",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/ddenisenko/dev-env-installer/issues"
  },
  "devDependencies": {
    "@types/node": "4.2.20",
    "@types/underscore": "^1.8.3",
    "typescript": "2.5.2",
    "rimraf":"*"
  },
  "bin" : "dist/cli.js"
}
