mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-04 15:56:24 +02:00
31 lines
633 B
JSON
31 lines
633 B
JSON
{
|
|
"name": "prop-ini",
|
|
"version": "0.0.2",
|
|
"description": "Reads, Writes, Manages INI/Property files",
|
|
"main": "prop-ini.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"extend": "^3.0.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "test/test.js"
|
|
},
|
|
"keywords": [
|
|
"propertyfile",
|
|
"ini"
|
|
],
|
|
"author": "Paul Bennet",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paulbennet/propini.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/paulbennet/propini/issues"
|
|
},
|
|
"homepage": "https://github.com/paulbennet/propini#readme"
|
|
}
|