package.json 1.8 KB
{
  "name": "jira",
  "version": "0.9.2",
  "description": "Wrapper for the JIRA API",
  "author": {
    "name": "Steven Surowiec",
    "email": "steven.surowiec@gmail.com"
  },
  "contributors": [
    {
      "name": "Chris Moultrie",
      "email": "chris@moultrie.org"
    },
    {
      "name": "Lucas Vogelsang",
      "email": "l@lucasvo.com"
    }
  ],
  "homepage": "http://github.com/steves/node-jira",
  "repository": {
    "type": "git",
    "url": "http://github.com/steves/node-jira.git"
  },
  "engine": {
    "node": ">=0.4.0"
  },
  "main": "./lib/jira.js",
  "licenses": [
    {
      "type": "The MIT License",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "dependencies": {
    "request": "<2.16.0",
    "oauth": "^0.9.11"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "^0.4.4",
    "grunt-bump": "0.0.13",
    "grunt-docco": "^0.3.3",
    "grunt-jasmine-node": "^0.2.1",
    "coffee-script": "^1.7.1",
    "grunt-jslint": "^1.1.8",
    "rewire": "^2.0.0"
  },
  "bugs": {
    "url": "https://github.com/steves/node-jira/issues"
  },
  "_id": "jira@0.9.2",
  "dist": {
    "shasum": "2b478c79564d3d8d210f9a6e3406c09a0b76caa0",
    "tarball": "https://registry.npmjs.org/jira/-/jira-0.9.2.tgz"
  },
  "_from": "jira@*",
  "_npmVersion": "1.3.24",
  "_npmUser": {
    "name": "lucasvo",
    "email": "l@lucasvo.com"
  },
  "maintainers": [
    {
      "name": "steves",
      "email": "steven.surowiec@gmail.com"
    },
    {
      "name": "tebriel",
      "email": "tebriel@gmail.com"
    },
    {
      "name": "lucasvo",
      "email": "l@lucasvo.com"
    }
  ],
  "directories": {},
  "_shasum": "2b478c79564d3d8d210f9a6e3406c09a0b76caa0",
  "_resolved": "https://registry.npmjs.org/jira/-/jira-0.9.2.tgz",
  "readme": "ERROR: No README data found!"
}