painless-config/package.json

31 строка
723 B
JSON
Исходник Обычный вид История

2016-02-12 19:24:14 +03:00
{
2016-02-12 20:42:10 +03:00
"name": "painless-config",
2018-07-20 20:42:56 +03:00
"version": "0.1.1",
2016-02-12 19:24:14 +03:00
"description": "Low friction library for application configuration.",
"main": "index.js",
2018-07-20 20:42:56 +03:00
"types": "./lib/painless-config.d.ts",
2016-02-12 19:24:14 +03:00
"keywords": [
"config",
"configuration",
"env",
"environment",
"setting"
2016-02-12 19:24:14 +03:00
],
2016-02-12 20:42:10 +03:00
"homepage": "https://github.com/Microsoft/painless-config",
"bugs": "https://github.com/Microsoft/painless-config/issues",
2016-02-12 19:24:14 +03:00
"repository": {
"type": "git",
2016-02-12 20:42:10 +03:00
"url": "https://github.com/Microsoft/painless-config.git"
2016-02-12 19:24:14 +03:00
},
"author": "William Bartholomew <willbar@microsoft.com>",
"license": "MIT",
"files": [
"index.js",
"lib"
],
"dependencies": {
"object-path": "^0.9.2",
2016-02-12 19:24:14 +03:00
"walk-back": "^1.1.0"
}
}