pyconf.js/package.json

29 lines
695 B
JSON
Raw Normal View History

2015-12-15 07:07:04 +00:00
{
"name": "pyconf",
2019-04-16 06:23:36 +00:00
"version": "1.1.7",
2015-12-15 07:07:04 +00:00
"description": "Read and write python config files non-destructively (preserves comments)",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
2019-04-16 06:23:36 +00:00
"url": "https://git.coolaj86.com/coolaj86/pyconf.js.git"
2015-12-15 07:07:04 +00:00
},
"keywords": [
"python",
"conf",
"config",
"comments"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
2019-04-16 06:23:36 +00:00
"url": "https://git.coolaj86.com/coolaj86/pyconf.js/issues"
2015-12-15 07:07:04 +00:00
},
2019-04-16 06:23:36 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/pyconf.js#readme",
2015-12-15 07:07:04 +00:00
"dependencies": {
"safe-replace": "^1.0.2"
}
}