Files: f99272d1a5318003ed748663fcd9b7fc3bbb7077 / package.json
893 bytesRaw
1 | { |
2 | "name": "buffer-pipe", |
3 | "version": "0.0.0", |
4 | "description": "A simple pipe for buffers. Write data to one end and data for the other end.", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", |
8 | "coverage": "nyc npm test", |
9 | "lint": "standard", |
10 | "test": "node ./tests/index.js" |
11 | }, |
12 | "keywords": [ |
13 | "" |
14 | ], |
15 | "author": "mjbecze <mjbecze@gmail.com>", |
16 | "license": "MPL-2.0", |
17 | "dependencies": { |
18 | "safe-buffer": "^5.1.1" |
19 | }, |
20 | "devDependencies": { |
21 | "coveralls": "^3.0.0", |
22 | "istanbul": "^0.4.1", |
23 | "nyc": "^11.2.1", |
24 | "standard": "^10.0.0", |
25 | "tape": "^4.0.3" |
26 | }, |
27 | "repository": { |
28 | "type": "git", |
29 | "url": "git@github.com:wanderer/buffer-pipe.git" |
30 | }, |
31 | "bugs": { |
32 | "url": "https://github.com/wanderer/buffer-pipe/issues" |
33 | }, |
34 | "homepage": "https://github.com/wanderer/buffer-pipe" |
35 | } |
36 |
Built with git-ssb-web