wallet-core/node_modules/pkg-conf/package.json

50 lines
816 B
JSON
Raw Normal View History

2017-05-28 00:38:50 +02:00
{
"name": "pkg-conf",
2018-09-20 02:56:13 +02:00
"version": "2.1.0",
2017-05-28 00:38:50 +02:00
"description": "Get namespaced config from the closest package.json",
"license": "MIT",
"repository": "sindresorhus/pkg-conf",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"json",
"read",
"parse",
"file",
"fs",
"graceful",
"load",
"pkg",
"package",
"config",
"conf",
"configuration",
"object",
"namespace",
"namespaced"
],
"dependencies": {
"find-up": "^2.0.0",
2018-09-20 02:56:13 +02:00
"load-json-file": "^4.0.0"
2017-05-28 00:38:50 +02:00
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"fixture": {
"foo": true
}
}