Ai-Tunes's picture
Upload 656 files
1a3d6ba
raw
history blame
1.16 kB
{
"name": "read-ini-file",
"version": "3.1.0",
"description": "Read and parse an ini file",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test-readme": "mos t",
"test": "standard && preview && tape test",
"md": "mos"
},
"repository": "https://github.com/zkochan/packages/tree/master/read-ini-file",
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
},
"keywords": [
"read",
"ini",
"parse",
"file",
"fs",
"graceful",
"load"
],
"author": {
"name": "Zoltan Kochan",
"email": "[email protected]",
"url": "https://www.kochan.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zkochan/packages/issues"
},
"homepage": "https://github.com/zkochan/packages/tree/master/read-ini-file#readme#readme",
"dependencies": {
"ini": "^2.0.0",
"strip-bom": "^4.0.0"
},
"devDependencies": {
"mos": "2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"package-preview": "3.0.0",
"standard": "^16.0.3",
"tape": "^5.1.1"
},
"engines": {
"node": ">=10.13"
}
}