git ssb

0+

Piet / ssb-loomio



Tree: 3cbada945feb3478fdc1fe814b9eb9edaab26763

Files: 3cbada945feb3478fdc1fe814b9eb9edaab26763 / package.json

992 bytesRaw
1{
2 "name": "scuttle-poll",
3 "version": "1.0.0",
4 "description": "Create and vote on polls on ssb",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape 'test/**/*.js' | tap-spec"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/ssbc/scuttle-poll.git"
12 },
13 "keywords": [
14 "loomio",
15 "vote",
16 "ssb",
17 "democracy",
18 "schema"
19 ],
20 "author": "pietgeursen",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/ssbc/scuttle-poll/issues"
24 },
25 "homepage": "https://github.com/ssbc/scuttle-poll#readme",
26 "devDependencies": {
27 "pull-async": "^1.0.0",
28 "scuttle-testbot": "^1.1.4",
29 "ssb-backlinks": "^0.6.1",
30 "tap-spec": "^4.1.1",
31 "tape": "^4.8.0"
32 },
33 "dependencies": {
34 "is-my-json-valid": "^2.17.1",
35 "libnested": "^1.2.1",
36 "lodash.clonedeep": "^4.5.0",
37 "mutant": "^3.22.1",
38 "pull-stream": "^3.6.2",
39 "ssb-msg-schemas": "^6.3.0",
40 "ssb-poll-schema": "^1.1.0",
41 "ssb-ref": "^2.9.0"
42 }
43}
44

Built with git-ssb-web