git ssb

0+

Piet / ssb-loomio



Tree: 2e4d47f53405d648f0f73ac3157fc1570691aee1

Files: 2e4d47f53405d648f0f73ac3157fc1570691aee1 / package.json

813 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 "tap-spec": "^4.1.1",
28 "tape": "^4.8.0"
29 },
30 "dependencies": {
31 "is-my-json-valid": "^2.17.1",
32 "libnested": "^1.2.1",
33 "lodash.clonedeep": "^4.5.0",
34 "ssb-msg-schemas": "^6.3.0",
35 "ssb-ref": "^2.9.0"
36 }
37}
38

Built with git-ssb-web