Files: 8acecacb775090bbbb8c84f5650a86fa4fc48833 / package.json
829 bytesRaw
1 | { |
2 | "name": "buffer-pipe", |
3 | "version": "0.0.2", |
4 | "description": "A simple pipe for buffers", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", |
8 | "coverage": "nyc node ./tests/index.js", |
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 | "nyc": "^11.4.1", |
23 | "standard": "^10.0.0", |
24 | "tape": "^4.0.3" |
25 | }, |
26 | "repository": { |
27 | "type": "git", |
28 | "url": "git@github.com:wanderer/buffer-pipe.git" |
29 | }, |
30 | "bugs": { |
31 | "url": "https://github.com/wanderer/buffer-pipe/issues" |
32 | }, |
33 | "homepage": "https://github.com/wanderer/buffer-pipe" |
34 | } |
35 |
Built with git-ssb-web