fs-grep
Version:
Contents of the file grep
61 lines (60 loc) • 1.62 kB
JSON
{
"name": "fs-grep",
"version": "0.0.5",
"description": "Contents of the file grep",
"main": "lib/index.js",
"bin": "bin/fs-grep",
"scripts": {
"compile": "babel src/ -d lib/",
"watch": "npm run compile -- --watch",
"prepublish": "npm run compile",
"start": "node start",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-register -t 5000 --recursive -R spec test/",
"test": "mocha --compilers js:babel-register --reporter spec --timeout 5000 --recursive test/",
"check": "fecs check src/ test/ --reporter=baidu",
"release": "bash release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuexb/fs-grep.git"
},
"keywords": [
"fs",
"grep",
"find",
"search"
],
"author": {
"name": "xiaowu",
"email": "fe.xiaowu@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xuexb/fs-grep/issues"
},
"homepage": "https://github.com/xuexb/fs-grep#readme",
"dependencies": {
"babel-runtime": "6.x",
"colors": ">=1.1.2",
"commander": ">=2.9.0",
"fs-readline": ">=1.1.1",
"glob": ">=7.0.3"
},
"devDependencies": {
"babel-cli": "6.x",
"babel-plugin-add-module-exports": "*",
"babel-plugin-transform-runtime": "6.x",
"babel-preset-es2015": "6.x",
"babel-preset-stage-0": "6.x",
"babel-preset-stage-3": "6.x",
"babel-register": "6.x",
"fecs": ">=0.6.5",
"istanbul": ">=1.0.0-alpha.2",
"mocha": ">=2.4.5",
"mock-fs": ">=3.8.0",
"should": ">=8.2.2"
},
"engines": {
"node": ">= 0.12.0"
}
}