sif
Version:
Sifts important data so fast that it's "t" drops off.
68 lines (67 loc) • 1.35 kB
JSON
{
"name": "sif",
"version": "0.9.2",
"description": "Sifts important data so fast that it's \"t\" drops off.",
"main": "bin/sif.js",
"preferGlobal": true,
"bin": {
"sif": "bin/sif.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "./devbin/prepublish.sh",
"transpile": "./devbin/batch-transpile.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v0lkan/sif.git"
},
"directories": {
"lib": "./bin",
"doc": ".",
"example": "."
},
"os": [
"!win32"
],
"keywords": [
"sif",
"sift",
"search",
"file",
"system",
"pipe",
"stream",
"find",
"command",
"line",
"gtd",
"utility",
"util",
"cli"
],
"author": {
"name": "Volkan Ozcelik",
"email": "me@volkan.io",
"url": "http://volkan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/v0lkan/sif/issues",
"email": "me@volkan.io"
},
"homepage": "https://github.com/v0lkan/sif/blob/master/README.md",
"dependencies": {
"bluebird": "^2.10.0",
"byline": "^4.2.1",
"chalk": "^1.1.1",
"commander": "^2.8.1",
"entities": "^1.1.1",
"prompt": "^0.2.14",
"request": "^2.61.0"
},
"devDependencies": {
"chokidar": "^1.2.0",
"entities": "^1.1.1"
}
}