Files: 6b099fb2cf92d238df76e99ebab6e3a13c9149d0 / package.json
508 bytesRaw
1 | { |
2 | "name": "fun-actors", |
3 | "description": "", |
4 | "version": "0.0.0", |
5 | "homepage": "https://github.com/dominictarr/fun", |
6 | "repository": { |
7 | "type": "git", |
8 | "url": "git://github.com/dominictarr/fun.git" |
9 | }, |
10 | "dependencies": {}, |
11 | "devDependencies": { |
12 | "libnested": "^1.2.1", |
13 | "mkdirp": "^0.5.1", |
14 | "tape": "^4.7.0" |
15 | }, |
16 | "scripts": { |
17 | "test": "set -e; for t in test/*.js; do node $t; done" |
18 | }, |
19 | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)", |
20 | "license": "MIT" |
21 | } |
22 |
Built with git-ssb-web