s-pipe
Version:
Functional streams, with a lisp-inspired chaining syntax
54 lines (53 loc) • 1.2 kB
JSON
{
"name": "s-pipe",
"description": "Functional streams, with a lisp-inspired chaining syntax",
"version": "0.0.5",
"homepage": "https://github.com/tarruda/s-pipe",
"author": {
"name": "Thiago de Arruda",
"email": "tpadilha84@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/tarruda/s-pipe.git"
},
"bugs": {
"url": "https://github.com/tarruda/s-pipe/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tarruda/s-pipe/blob/master/LICENSE-MIT"
}
],
"keywords": [
"stream",
"streams",
"pipe",
"unix",
"modularization",
"io"
],
"main": "./lib/index",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-livereload": "~0.1.2",
"grunt-mocha-debug": "~0.0.8",
"grunt-newer": "~0.5.4",
"powerbuild": "~0.0.9",
"grunt-saucelabs": "~4.1.2",
"grunt-exec-jshint": "~0.0.0",
"grunt-release": "~0.5.1"
},
"dependencies": {
"classic": "0.0.2",
"has": "0.0.1",
"istype": "0.0.1",
"object-keys": "~0.4.0"
},
"scripts": {
"test": "grunt ci"
}
}