eiriksm/node-lmtool

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "lmtool",
  "version": "2.0.3",
  "description": "Programatically submit files to lmtool and get the files back",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && mocha",
    "lint": "eslint .",
    "coverage": "istanbul cover -- _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiriksm/node-lmtool.git"
  },
  "keywords": [
    "lmtool"
  ],
  "author": "Eirik S. Morland <eirik@morland.no>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eiriksm/node-lmtool/issues"
  },
  "homepage": "https://github.com/eiriksm/node-lmtool#readme",
  "devDependencies": {
    "coveralls": "^2.11.8",
    "eslint": "^3.0.1",
    "istanbul": "^0.4.2",
    "mocha": "^3.0.0",
    "proxyquire": "^1.7.4",
    "should": "^11.1.0"
  },
  "dependencies": {
    "async": "^2.0.0",
    "jsdom": "^9.0.0",
    "request": "^2.67.0",
    "tar": "^2.2.1"
  }
}