simple-ini
Version:
Simple INI-parser
26 lines (25 loc) • 547 B
JSON
{
"name": "simple-ini",
"version": "1.0.4",
"description": "Simple INI-parser",
"main": "./lib/simple-ini.js",
"homepage": "https://github.com/ilich/simple-ini",
"repository": {
"type": "git",
"url": "https://github.com/ilich/simple-ini.git"
},
"directories": {
"test": "tests"
},
"devDependencies": {
"nodeunit": "~0.7.4"
},
"keywords": [
"INI-file",
"Configuration",
"Settings"
],
"author": "Ilya Verbitskiy",
"license": "BSD",
"readmeFilename": "README.md"
}