{
  "name": "scopen",
  "version": "1.1.0",
  "description": "Open a file in its source-control remote web interface",
  "preferGlobal": true,
  "main": "dist/src/scopen.js",
  "bin": {
    "scopen": "dist/src/index.js"
  },
  "scripts": {
    "build": "babel src -d dist/src && cp package.json dist/",
    "test": "eslint src/ && NODE_ENV=test babel-tape-runner test/{,**/}*.js | tap-spec",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrewbranch/scopen.git"
  },
  "keywords": [
    "git",
    "github",
    "source",
    "control"
  ],
  "author": "Andrew Branch <andrew@wheream.io>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andrewbranch/scopen/issues"
  },
  "homepage": "https://github.com/andrewbranch/scopen#readme",
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-core": "^6.7.6",
    "babel-eslint": "^6.0.2",
    "babel-plugin-rewire": "^1.0.0-rc-2",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-tape-runner": "^2.0.1",
    "eslint": "^2.8.0",
    "eslint-config-airbnb": "^7.0.0",
    "eslint-plugin-jsx-a11y": "^0.6.2",
    "eslint-plugin-react": "^4.3.0",
    "tap-spec": "^4.1.1",
    "tape": "^4.5.1"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "lodash": "^4.11.1",
    "winston": "^2.2.0"
  }
}
