31 строка
723 B
JSON
31 строка
723 B
JSON
{
|
|
"name": "painless-config",
|
|
"version": "0.1.1",
|
|
"description": "Low friction library for application configuration.",
|
|
"main": "index.js",
|
|
"types": "./lib/painless-config.d.ts",
|
|
"keywords": [
|
|
"config",
|
|
"configuration",
|
|
"env",
|
|
"environment",
|
|
"setting"
|
|
],
|
|
"homepage": "https://github.com/Microsoft/painless-config",
|
|
"bugs": "https://github.com/Microsoft/painless-config/issues",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/painless-config.git"
|
|
},
|
|
"author": "William Bartholomew <willbar@microsoft.com>",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"object-path": "^0.9.2",
|
|
"walk-back": "^1.1.0"
|
|
}
|
|
}
|