Files: a5bd64597b0d3de434c72eec2df82b00f04d1d33 / 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