{ "name": "fined", "version": "1.0.2", "description": "Find a file given a declaration of locations", "author": "JS CLI Team (https://github.com/js-cli)", "contributors": [ "Takayuki Sato ", "Blaine Bublitz " ], "repository": "js-cli/fined", "license": "MIT", "engines": { "node": ">= 0.10" }, "main": "index.js", "files": [ "index.js", "LICENSE" ], "scripts": { "lint": "eslint . && jscs index.js test/", "pretest": "npm run lint", "test": "mocha --async-only", "cover": "istanbul cover _mocha --report lcovonly", "coveralls": "npm run cover && istanbul-coveralls" }, "dependencies": { "expand-tilde": "^1.2.1", "lodash.assignwith": "^4.0.7", "lodash.isempty": "^4.2.1", "lodash.isplainobject": "^4.0.4", "lodash.isstring": "^4.0.1", "lodash.pick": "^4.2.1", "parse-filepath": "^1.0.1" }, "devDependencies": { "eslint": "^1.7.3", "eslint-config-gulp": "^2.0.0", "expect": "^1.19.0", "istanbul": "^0.4.3", "istanbul-coveralls": "^1.0.3", "jscs": "^2.3.5", "jscs-preset-gulp": "^1.0.0", "mocha": "^2.4.5" }, "keywords": [] }