git ssb

0+

Piet / ssb-loomio



Tree: 34520bc583f5508541b906f83cc6473ee08991e3

Files: 34520bc583f5508541b906f83cc6473ee08991e3 / package.json

1051 bytesRaw
1{
2 "name": "scuttle-poll",
3 "version": "1.0.2",
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 "dependencies": {
27 "is-my-json-valid": "^2.17.1",
28 "libnested": "^1.2.1",
29 "lodash.clonedeep": "^4.5.0",
30 "mutant": "^3.22.1",
31 "pull-async": "^1.0.0",
32 "pull-stream": "^3.6.2",
33 "ssb-msg-content": "^1.0.1",
34 "ssb-msg-schemas": "^6.3.0",
35 "ssb-poll-schema": "^1.6.0",
36 "ssb-ref": "^2.9.0",
37 "ssb-sort": "^1.1.0"
38 },
39 "devDependencies": {
40 "scuttle-testbot": "^1.1.4",
41 "ssb-backlinks": "^0.6.1",
42 "tap-spec": "^4.1.1",
43 "tape": "^4.8.0"
44 }
45}
46

Built with git-ssb-web