{
  "name": "github-linker-core",
  "description": "The GitHub Linker core",
  "version": "1.9.3",
  "homepage": "https://github.com/github-linker/core",
  "bugs": "https://github.com/github-linker/core/issues",
  "license": "MIT",
  "main": "index.js",
  "author": {
    "name": "Stefan Buck",
    "email": "github@stefanbuck.com",
    "url": "http://stefanbuck.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/github-linker/core"
  },
  "keywords": [],
  "dependencies": {
    "async": "^1.4.2",
    "builtins": "^1.0.2",
    "github-injection": "^0.1.0",
    "github-linker-resolver": "^0.2.0",
    "jquery": "^2.1.1",
    "lodash": "2.4.1"
  },
  "devDependencies": {
    "coveralls": "^2.11.1",
    "gulp": "^3.8.8",
    "gulp-bump": "^0.1.11",
    "gulp-istanbul": "^0.5.0",
    "gulp-jscs": "^1.1.2",
    "gulp-jshint": "^1.8.4",
    "gulp-load-plugins": "^0.6.0",
    "gulp-mocha": "^1.1.0",
    "gulp-plumber": "^0.6.5",
    "gulp-util": "^3.0.1",
    "jsdom": "^1.5.0",
    "jshint-stylish": "^0.4.0",
    "should": "^4.0.4",
    "sinon": "^1.16.1"
  },
  "scripts": {
    "test": "npm run test-local && npm run test-remote && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "test-local": "gulp test",
    "test-remote": "TEST_ENV='remote' gulp test",
    "update-fixtures": "./test/update_fixtures.sh"
  }
}
