{
  "name": "p4-oo",
  "version": "2.0.3",
  "description": "A small object-oriented utility library for dealing with Perforce",
  "main": "index.js",
  "author": "Greg Cochard <greg.cochard@gmail.com> (https://gregcochard.com)",
  "contributors": "Ryan Milbourne <ryanbmilbourne@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gcochard/p4-oo.git"
  },
  "bugs": {
    "url": "https://github.com/gcochard/p4-oo/issues"
  },
  "keywords": [
    "p4",
    "perforce"
  ],
  "devDependencies": {
    "chai": "^1.9.2",
    "coveralls": "^2.11.2",
    "eslint": "^0.8.2",
    "eslint-plugin-mocha": "^0.2.0",
    "grunt": "^0.4.5",
    "grunt-eslint": "^1.1.0",
    "grunt-github-pages": "0.0.4",
    "grunt-jsdoc": "^0.5.7",
    "istanbul": "^0.3.2",
    "mocha": "^1.21.4",
    "underscore": "^1.7.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha",
    "lint": "grunt lint"
  }
}
