UNPKG

815 BJSONView Raw
1{
2 "name": "funstream",
3 "version": "2.0.2",
4 "description": "Funstream gives you iteratorish methods on your streams.",
5 "main": "funstream.js",
6 "scripts": {
7 "test": "standard && tap test"
8 },
9 "keywords": [],
10 "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
11 "license": "ISC",
12 "dependencies": {},
13 "devDependencies": {
14 "benchmark": "^2.1.4",
15 "chalk": "^1.1.3",
16 "rimraf": "^2.6.1",
17 "standard": "^10.0.2",
18 "tap": "^10.3.2"
19 },
20 "files": [
21 "funstream.js",
22 "mini-sync-sink.js"
23 ],
24 "directories": {
25 "test": "test"
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/iarna/funstream.git"
30 },
31 "bugs": {
32 "url": "https://github.com/iarna/funstream/issues"
33 },
34 "homepage": "https://npmjs.com/package/funstream"
35}