wishthis/node_modules/config-chain/package.json

29 lines
675 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "config-chain",
"version": "1.1.13",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
2022-01-21 08:28:41 +00:00
},
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
2022-04-08 10:55:35 +00:00
"homepage": "http://github.com/dominictarr/config-chain",
"repository": {
"type": "git",
"url": "https://github.com/dominictarr/config-chain.git"
2022-01-21 08:28:41 +00:00
},
"files": [
"index.js"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"proto-list": "~1.2.1",
"ini": "^1.3.4"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"tap": "0.3.0"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
2022-01-21 08:28:41 +00:00
"scripts": {
"test": "tap test/*"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}