public_library_map/node_modules/config-chain/package.json

29 lines
675 B
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"name": "config-chain",
"version": "1.1.13",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
2021-11-24 19:46:47 +11:00
},
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
2021-12-11 08:03:44 +11:00
"homepage": "http://github.com/dominictarr/config-chain",
"repository": {
"type": "git",
"url": "https://github.com/dominictarr/config-chain.git"
2021-11-24 19:46:47 +11:00
},
"files": [
"index.js"
],
2021-12-11 08:03:44 +11:00
"dependencies": {
"proto-list": "~1.2.1",
"ini": "^1.3.4"
2021-11-24 19:46:47 +11:00
},
2021-12-11 08:03:44 +11:00
"devDependencies": {
"tap": "0.3.0"
2021-11-24 19:46:47 +11:00
},
2021-12-11 08:03:44 +11:00
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
2021-11-24 19:46:47 +11:00
"scripts": {
"test": "tap test/*"
2021-12-11 08:03:44 +11:00
}
2021-11-24 19:46:47 +11:00
}