Files: 33ed65fdbfebdef832179b72409aadf7b7b57c90 / package.json
709 bytesRaw
1 | { |
2 | "name": "patch-bookmarks", |
3 | "version": "1.0.0", |
4 | "description": "Bookmarks plugin for patchbay", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "node test.js" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "git@github.com:wittjosiah/patch-bookmarks.git" |
12 | }, |
13 | "keywords": [], |
14 | "author": "wittjosiah", |
15 | "license": "AGPL-3.0", |
16 | "dependencies": { |
17 | "bulk-require": "^1.0.1", |
18 | "depnest": "^1.3.0", |
19 | "hyperlightbox": "^1.0.0", |
20 | "libnested": "^1.2.1", |
21 | "lodash": "^4.17.4", |
22 | "mutant": "^3.21.2", |
23 | "mutant-pull-reduce": "^1.1.0", |
24 | "pull-defer": "^0.2.2", |
25 | "pull-scroll": "^1.0.9", |
26 | "pull-stream": "^3.6.1", |
27 | "read-directory": "^3.0.0", |
28 | "ssb-ref": "^2.7.1" |
29 | } |
30 | } |
31 |
Built with git-ssb-web