UNPKG

nixfilter

Version:

Simplify the development of (UNIX) "Filters"

31 lines (30 loc) 654 B
{ "name": "nixfilter", "version": "0.0.1", "description": "Simplify the development of (UNIX) \"Filters\"", "main": "index.js", "scripts": { "compile": "coffee --bare --no-header --map --compile *.coffee", "prepublish": "npm run compile", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/oyooyo/nixfilter.git" }, "keywords": [ "Filter", "nixfilter", "UNIX Filter" ], "author": { "name": "oyooyo" }, "license": "ISC", "devDependencies": { "coffeescript": "^2.3.1" }, "dependencies": { "argparse": "^1.0.10" } }