Files: e5241baa17774c8f27f39e3c093cf2b43a8aaa2f / package.json
779 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 | "ssb-msg-schemas": "^6.3.0", |
34 | "ssb-ref": "^2.9.0" |
35 | } |
36 | } |
37 |
Built with git-ssb-web