| { |
| "author": { |
| "email": "sindresorhus@gmail.com", |
| "name": "Sindre Sorhus", |
| "url": "sindresorhus.com" |
| }, |
| "dependencies": { |
| "find-up": "^1.0.0", |
| "read-pkg": "^1.0.0" |
| }, |
| "description": "Read the closest package.json file", |
| "devDependencies": { |
| "ava": "*", |
| "xo": "*" |
| }, |
| "engines": { |
| "node": ">=0.10.0" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "keywords": [ |
| "json", |
| "read", |
| "parse", |
| "file", |
| "fs", |
| "graceful", |
| "load", |
| "pkg", |
| "package", |
| "find", |
| "up", |
| "find-up", |
| "findup", |
| "look-up", |
| "look", |
| "file", |
| "search", |
| "match", |
| "package", |
| "resolve", |
| "parent", |
| "parents", |
| "folder", |
| "directory", |
| "dir", |
| "walk", |
| "walking", |
| "path" |
| ], |
| "license": "MIT", |
| "name": "read-pkg-up", |
| "repository": "sindresorhus/read-pkg-up", |
| "scripts": { |
| "test": "xo && ava" |
| }, |
| "version": "1.0.1" |
| } |