git ssb

0+

Dominic / atomic-file



Tree: db168c0f90ce2ac520888c1886418786a9cd0cec

Files: db168c0f90ce2ac520888c1886418786a9cd0cec / package.json

474 bytesRaw
1{
2 "name": "atomic-file",
3 "description": "",
4 "version": "0.1.0",
5 "homepage": "https://github.com/dominictarr/atomic-file",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/atomic-file.git"
9 },
10 "dependencies": {},
11 "devDependencies": {
12 "tape": "^4.6.0"
13 },
14 "scripts": {
15 "test": "set -e; for t in test/*.js; do node $t; done"
16 },
17 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
18 "license": "MIT"
19}
20

Built with git-ssb-web