{
  "name": "scuttle-poll",
  "version": "1.5.1",
  "description": "Create and vote on polls on ssb",
  "main": "index.js",
  "scripts": {
    "test": "npm run test:js && npm run test:lint",
    "test:js": "tape 'test/**/*.js' | tap-spec",
    "test:lint": "standard",
    "lint": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssbc/scuttle-poll.git"
  },
  "keywords": [
    "loomio",
    "vote",
    "ssb",
    "democracy",
    "schema"
  ],
  "author": "pietgeursen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ssbc/scuttle-poll/issues"
  },
  "homepage": "https://github.com/ssbc/scuttle-poll#readme",
  "dependencies": {
    "is-my-json-valid": "^2.17.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.merge": "^4.6.1",
    "mutant": "^3.22.1",
    "pull-async": "^1.0.0",
    "pull-merge": "^1.0.4",
    "pull-next-query": "^1.0.0",
    "pull-paramap": "^1.2.2",
    "pull-stream": "^3.6.2",
    "scuttle-inject": "^1.0.3",
    "ssb-msg-content": "^1.0.1",
    "ssb-msg-schemas": "^6.3.0",
    "ssb-poll-schema": "^1.7.1",
    "ssb-ref": "^2.9.0",
    "ssb-sort": "^1.1.0"
  },
  "devDependencies": {
    "scuttle-testbot": "^1.1.4",
    "ssb-backlinks": "^0.6.1",
    "standard": "^11.0.1",
    "tap-spec": "^4.1.1",
    "tape": "^4.8.0"
  }
}
