npf
Version:
Node package finder
37 lines (36 loc) • 738 B
JSON
{
"name": "npf",
"version": "1.0.2",
"description": "Node package finder",
"main": "index.js",
"bin": "bin/npf",
"scripts": {
"test": "mocha",
"build": "rm -rf lib && coffee -o lib -c src"
},
"repository": {
"type": "git",
"url": "git://github.com/genki/npf.git"
},
"keywords": [
"npm",
"search",
"package"
],
"author": "Genki Takiuchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/genki/npf/issues"
},
"homepage": "https://github.com/genki/npf#readme",
"devDependencies": {
"coffee-script": "^1.10.0",
"mocha": "^2.3.2",
"sinon": "^1.16.1"
},
"dependencies": {
"cheerio-httpcli": "^0.3.3",
"colors": "^1.1.2",
"argv": "0.0.2"
}
}