{
  "name": "@ubiquits/toolchain",
  "version": "2.0.1-1",
  "description": "Toolchain for ubiquits projects, modules & core",
  "main": "index.js",
  "preferGlobal": true,
  "scripts": {
    "test": "./node_modules/.bin/mocha --no-timeouts test/test.js",
    "postversion": "u changelog && git commit -am 'chore(changelog): updated changelog'",
    "deploy-patch": "npm version patch && npm publish && git push origin master --tags"
  },
  "bin": {
    "u": "bin/execute.js",
    "ubiquits": "bin/execute.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ubiquits/toolchain.git"
  },
  "keywords": [
    "ubiquits",
    "toolchain"
  ],
  "author": "Zak Henry",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ubiquits/toolchain/issues"
  },
  "homepage": "https://github.com/ubiquits/toolchain#readme",
  "dependencies": {
    "@xiphiaz/metalsmith-headings": "^0.1.1",
    "@xiphiaz/metalsmith-layouts": "^1.7.0",
    "@xiphiaz/metalsmith-serve": "0.0.9",
    "@xiphiaz/metalsmith-watch": "^1.0.4",
    "babel-preset-es2015": "^6.14.0",
    "babel-register": "^6.9.0",
    "chalk": "^1.1.3",
    "conventional-changelog": "^1.1.0",
    "coveralls": "^2.11.9",
    "css-loader": "^0.23.1",
    "dotenv": "^2.0.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.8.5",
    "filesize": "^3.3.0",
    "fs-extra": "^0.30.0",
    "globby": "^4.1.0",
    "gulp": "^3.9.1",
    "gulp-conventional-changelog": "^1.1.0",
    "gulp-istanbul": "^0.10.4",
    "gulp-jasmine": "^2.4.1",
    "gulp-merge-json": "^0.4.0",
    "gulp-nodemon": "^2.0.7",
    "gulp-plumber": "^1.1.0",
    "gulp-replace": "^0.5.4",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-tap": "^0.1.3",
    "gulp-tslint": "^5.0.0",
    "gulp-typedoc": "^2.0.0",
    "gulp-typescript": "^2.13.4",
    "handlebars": "^4.0.5",
    "hapi-webpack-plugin": "^1.3.0",
    "html-loader": "^0.4.3",
    "html-webpack-plugin": "^2.17.0",
    "init-package-json": "^1.9.4",
    "inquirer": "^1.0.3",
    "jasmine-core": "^2.4.1",
    "jasmine-spec-reporter": "^2.4.0",
    "jsonwebtoken": "^7.1.6",
    "karma": "0.13.9",
    "karma-chrome-launcher": "^1.0.1",
    "karma-coverage": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.26",
    "karma-webpack": "^1.7.0",
    "lodash": "^4.13.1",
    "merge2": "^1.0.2",
    "metalsmith": "^2.1.0",
    "metalsmith-collections": "^0.7.0",
    "metalsmith-date-formatter": "^1.0.2",
    "metalsmith-define": "^2.0.1",
    "metalsmith-drafts": "0.0.1",
    "metalsmith-headings-identifier": "0.0.11",
    "metalsmith-layouts": "^1.6.5",
    "metalsmith-markdown": "^0.2.1",
    "metalsmith-permalinks": "^0.5.0",
    "metalsmith-prism": "^2.2.0",
    "node-forge": "^0.6.41",
    "nodegit": "^0.15.1",
    "nodemon": "^1.9.2",
    "null-loader": "^0.1.1",
    "raw-loader": "^0.5.1",
    "reflect-metadata": "^0.1.3",
    "remap-istanbul": "^0.6.4",
    "run-sequence": "^1.2.0",
    "sockjs": "^0.3.17",
    "source-map-support": "^0.4.0",
    "sourcemap-istanbul-instrumenter-loader": "^0.2.0",
    "string-replace-loader": "^1.0.0",
    "style-loader": "^0.13.1",
    "ts-loader": "0.8.1",
    "tslint": "^3.11.0-dev.0",
    "typedoc": "https://github.com/zakhenry/typedoc/releases/download/v0.4.6/typedoc-0.4.6.tgz",
    "typescript": "^2.0.7",
    "typings": "^1.3.0",
    "validate-npm-package-name": "^2.2.2",
    "vantage": "dthree/vantage#master",
    "vinyl-fs": "^2.4.3",
    "vorpal": "^1.11.3",
    "webpack": "^1.13.1",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-dev-server": "^1.14.1",
    "webpack-merge": "^0.12.0",
    "webpack-stream": "^3.2.0",
    "rxjs": "5.0.0-beta.12",
    "core-js": "^2.4.1",
    "zone.js": "^0.6.23"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "gulp-jasmine-node": "^1.0.7",
    "mocha": "^2.5.3"
  },
  "peerDependencies": {}
}
