29 lines
692 B
JSON
29 lines
692 B
JSON
{
|
|
"name": "pyconf",
|
|
"version": "1.1.6",
|
|
"description": "Read and write python config files non-destructively (preserves comments)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj6.com/coolaj86/pyconf.js.git"
|
|
},
|
|
"keywords": [
|
|
"python",
|
|
"conf",
|
|
"config",
|
|
"comments"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.coolaj6.com/coolaj86/pyconf.js/issues"
|
|
},
|
|
"homepage": "https://git.coolaj6.com/coolaj86/pyconf.js#readme",
|
|
"dependencies": {
|
|
"safe-replace": "^1.0.2"
|
|
}
|
|
}
|