{
  "name": "nodejs-latest",
  "version": "1.1.0",
  "description": "Get the latest (LTS) node.js version and versions of its modules.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/standard && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavidCai1993/nodejs-latest.git"
  },
  "keywords": [
    "versions",
    "latest",
    "nodejs",
    "lts"
  ],
  "author": "DavidCai1993",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DavidCai1993/nodejs-latest/issues"
  },
  "homepage": "https://github.com/DavidCai1993/nodejs-latest#readme",
  "devDependencies": {
    "co-mocha": "^1.1.3",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "should": "^11.1.0",
    "standard": "^8.0.0"
  }
}