{ | |
"author": { | |
"email": "sindresorhus@gmail.com", | |
"name": "Sindre Sorhus", | |
"url": "sindresorhus.com" | |
}, | |
"dependencies": { | |
"load-json-file": "^1.0.0", | |
"normalize-package-data": "^2.3.2", | |
"path-type": "^1.0.0" | |
}, | |
"description": "Read a package.json file", | |
"devDependencies": { | |
"ava": "*", | |
"xo": "*" | |
}, | |
"engines": { | |
"node": ">=0.10.0" | |
}, | |
"files": [ | |
"index.js" | |
], | |
"keywords": [ | |
"json", | |
"read", | |
"parse", | |
"file", | |
"fs", | |
"graceful", | |
"load", | |
"pkg", | |
"package", | |
"normalize" | |
], | |
"license": "MIT", | |
"name": "read-pkg", | |
"repository": "sindresorhus/read-pkg", | |
"scripts": { | |
"test": "xo && ava" | |
}, | |
"version": "1.1.0" | |
} |