git ssb

0+

Dominic / polyraf



Tree: 9027e8f9de333d817444d9cb98822edef0be40fc

Files: 9027e8f9de333d817444d9cb98822edef0be40fc / package.json

539 bytesRaw
1{
2 "name": "polyraf",
3 "description": "",
4 "version": "1.0.0",
5 "homepage": "https://github.com/dominictarr/polyraf",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/polyraf.git"
9 },
10 "dependencies": {
11 "random-access-file": "^2.1.0",
12 "random-access-web": "^2.0.1"
13 },
14 "browser": {
15 "./index.js": "./browser.js"
16 },
17 "devDependencies": {},
18 "scripts": {
19 "test": "tape test/*.js"
20 },
21 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
22 "license": "MIT"
23}
24

Built with git-ssb-web