UNPKG

highland-json

Version:

JSON stringify stream for highland.js

37 lines (36 loc) 955 B
{ "name": "highland-json", "version": "1.4.1", "description": "JSON stringify stream for highland.js", "main": "lib/index.js", "scripts": { "build": "./node_modules/gulp/bin/gulp.js build", "test": "./node_modules/gulp/bin/gulp.js && ./node_modules/nodeunit/bin/nodeunit ./test-build/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/b123400/highland-json.git" }, "keywords": [ "highland", "json" ], "author": "b123400 <b123400@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/b123400/highland-json/issues" }, "homepage": "https://github.com/b123400/highland-json#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "babel-preset-es2015": "^6.6.0", "gulp-sourcemaps": "^2.4.1", "nodeunit": "^0.11.0", "del": "^3.0.0" }, "peerDependencies": { "highland": "^2.13.0" }, "typings": "./types.d.ts" }