{
  "name": "eyepatch",
  "version": "0.1.5",
  "description": "",
  "main": "index.js",
  "scripts": {
    "prepublish": "npm run build",
    "build": "./node_modules/.bin/gulp",
    "buildWatch": "./node_modules/.bin/gulp watch",
    "mochaTest": "./node_modules/.bin/mocha -c -b src/**/*.test.js",
    "mochaTestWatch": "./node_modules/.bin/mocha -c -b -w src/**/*.test.js",
    "test": "npm run mochaTest",
    "testWatch": "npm run mochaTestWatch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slavik57/eyepatch.git"
  },
  "keywords": [
    "eyepatch"
  ],
  "author": "Slava Shpitalny <slavik57@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/slavik57/eyepatch/issues"
  },
  "homepage": "https://github.com/slavik57/eyepatch#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "gulp": "^3.9.1",
    "gulp-tslint": "^7.0.1",
    "gulp-typescript": "^3.1.3",
    "merge2": "^1.0.2",
    "mocha": "^2.5.3",
    "run-sequence": "^1.2.2",
    "sinon": "^1.17.6",
    "tslint": "^4.0.2",
    "typescript": "^2.1.4"
  }
}