You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
721 B
42 lines
721 B
{ |
|
"name": "read-pkg", |
|
"version": "1.1.0", |
|
"description": "Read a package.json file", |
|
"license": "MIT", |
|
"repository": "sindresorhus/read-pkg", |
|
"author": { |
|
"name": "Sindre Sorhus", |
|
"email": "sindresorhus@gmail.com", |
|
"url": "sindresorhus.com" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "xo && ava" |
|
}, |
|
"files": [ |
|
"index.js" |
|
], |
|
"keywords": [ |
|
"json", |
|
"read", |
|
"parse", |
|
"file", |
|
"fs", |
|
"graceful", |
|
"load", |
|
"pkg", |
|
"package", |
|
"normalize" |
|
], |
|
"dependencies": { |
|
"load-json-file": "^1.0.0", |
|
"normalize-package-data": "^2.3.2", |
|
"path-type": "^1.0.0" |
|
}, |
|
"devDependencies": { |
|
"ava": "*", |
|
"xo": "*" |
|
} |
|
}
|
|
|