{
  "name": "ano-lm",
  "version": "1.9.1",
  "description": "An arduino library manager",
  "author": "Yuan Tao",
  "license": "MIT",
  "repository": "taoyuan/ano-lm",
  "main": "lib",
  "bin": {
    "alm": "bin/alm"
  },
  "homepage": "http://github.com/taoyuan/ano-lm",
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "arduino",
    "library",
    "hardware",
    "manager"
  ],
  "dependencies": {
    "abbrev": "^1.0.5",
    "ano-config": "latest",
    "ano-json": "^1.1.0",
    "archy": "1.0.0",
    "bower-endpoint-parser": "^0.2.2",
    "bower-logger": "^0.2.2",
    "bower-registry-client": "^1.0.0",
    "cardinal": "0.4.4",
    "chalk": "^1.0.0",
    "chmodr": "^1.0.2",
    "configstore": "^2.0.0",
    "decompress-zip": "^0.2.1",
    "destroy": "^1.0.3",
    "findup-sync": "^0.3.0",
    "fs-write-stream-atomic": "1.0.8",
    "fstream": "^1.0.3",
    "fstream-ignore": "^1.0.2",
    "github": "^0.2.3",
    "glob": "^4.3.2",
    "graceful-fs": "^4.1.3",
    "handlebars": "^4.0.5",
    "inquirer": "0.10.0",
    "is-root": "^1.0.0",
    "junk": "^1.0.0",
    "lockfile": "^1.0.0",
    "lru-cache": "^2.5.0",
    "md5-hex": "^1.0.2",
    "mkdirp": "0.5.0",
    "mout": "^0.11.0",
    "nopt": "^3.0.1",
    "opn": "^4.0.0",
    "p-throttler": "0.1.1",
    "promptly": "0.2.0",
    "q": "^1.1.2",
    "request": "2.67.0",
    "request-progress": "0.3.1",
    "requireg": "^0.1.5",
    "resolve": "^1.1.7",
    "retry": "0.6.1",
    "rimraf": "^2.2.8",
    "semver": "^2.3.0",
    "semver-utils": "^1.1.1",
    "shell-quote": "^1.4.2",
    "stringify-object": "^1.0.0",
    "tar-fs": "^1.4.1",
    "tmp": "0.0.28",
    "update-notifier": "^0.6.0",
    "user-home": "^1.1.0",
    "which": "^1.0.8"
  },
  "devDependencies": {
    "arr-diff": "^2.0.0",
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "expect.js": "^0.3.1",
    "fs-extra": "^0.28.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-eslint": "^18.1.0",
    "grunt-exec": "sheerun/grunt-exec",
    "grunt-simple-mocha": "^0.4.1",
    "in-publish": "^2.0.0",
    "istanbul": "^0.4.3",
    "load-grunt-tasks": "^3.5.0",
    "mocha": "^2.4.5",
    "multiline": "^1.0.2",
    "nock": "^8.0.0",
    "node-uuid": "^1.4.7",
    "proxyquire": "^1.7.4",
    "spawn-sync": "1.0.15"
  },
  "scripts": {
    "test": "grunt test",
    "ci": "grunt travis",
    "coveralls": "coveralls"
  },
  "files": [
    "bin",
    "lib"
  ]
}
