{
  "name": "node-snapd",
  "version": "1.0.1",
  "description": "nodejs client interface to ubuntu core snapd api",
  "main": "src/index.js",
  "scripts": {
    "test": "node ./test/index.js",
    "lint": "./node_modules/.bin/eslint ./src/",
    "build-docs": "npx jsdoc -c jsdoc.json"
  },
  "author": "RosHub Inc. <code@roshub.io>",
  "license": "Apache-2.0",
  "dependencies": {
  },
  "homepage": "https://github.com/roshub/node-snapd",
  "repository": {
    "type": "git",
    "url": "https://github.com/roshub/node-snapd.git"
  },
  "devDependencies": {
    "eslint": "^4.18.2",
    "eslint-config-standard": "github:standard/eslint-config-standard",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "docdash": "^1.1.1",
    "jsdoc": "^3.6.2"
  },
  "keywords": [
    "snap",
    "snapcraft",
    "apt",
    "flatpack",
    "deb",
    "snapd",
    "snappy",
    "ubuntu"
  ]
}
