Files: 0983372b6a7b3482979097afea8885f1b209a42f / package.json
716 bytesRaw
1 | { |
2 | "name": "patch-suggest", |
3 | "version": "2.0.0", |
4 | "description": "The commons suggesters for text fields - for patch-* family apps", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git+https://github.com/mixmix/patch-suggest.git" |
12 | }, |
13 | "keywords": [ |
14 | "patchcore", |
15 | "depject", |
16 | "suggest" |
17 | ], |
18 | "author": "mixmix", |
19 | "license": "AGPL-3.0", |
20 | "bugs": { |
21 | "url": "https://github.com/mixmix/patch-suggest/issues" |
22 | }, |
23 | "homepage": "https://github.com/mixmix/patch-suggest", |
24 | "dependencies": { |
25 | "depnest": "^1.3.0", |
26 | "lodash.map": "^4.6.0", |
27 | "mutant": "^3.22.1", |
28 | "ssb-ref": "^2.11.1" |
29 | } |
30 | } |
31 |
Built with git-ssb-web