Files: 5f1ef8b77f428cd3ebef37c487314c5ef52acff2 / package.json
695 bytesRaw
1 | { |
2 | "name": "primea-abstract-container", |
3 | "version": "0.0.2", |
4 | "description": "Abstract Primea container", |
5 | "scripts": { |
6 | "lint": "standard" |
7 | }, |
8 | "repository": { |
9 | "type": "git", |
10 | "url": "git+https://github.com/primea/js-primea-abstract-container.git" |
11 | }, |
12 | "bugs": { |
13 | "url": "https://github.com/primea/js-primea-abstract-container/issues" |
14 | }, |
15 | "homepage": "https://github.com/primea/js-primea-abstract-container", |
16 | "keywords": [ |
17 | "primea", |
18 | "container", |
19 | "kernel" |
20 | ], |
21 | "author": "mjbecze <mjbecze@gmail.com>", |
22 | "contributors": "Alex Beregszaszi <alex@rtfs.hu>", |
23 | "license": "MPL-2.0", |
24 | "devDependencies": { |
25 | "standard": "10.0.2", |
26 | "tape": "^4.5.1" |
27 | } |
28 | } |
29 |
Built with git-ssb-web