dot/package.json

32 lines
830 B
JSON

{
"name": "@d3v4pp/dot",
"publishConfig": {
"access": "public"
},
"version": "0.0.2",
"description": "Get, set and delete object properties with dot notation",
"main": "index.js",
"author": {
"name": "Ayoub Hassani <D3v4pp>",
"email": "ayoub@d3v4pp.fr",
"url": "https://d3v4pp.fr/"
},
"funding": "https://paypal.me/SupportTheDoc",
"homepage": "https://cvs.d3v4pp.fr/D3V4PP/dot/src/master/README.md",
"bugs": {
"url": "https://cvs.d3v4pp.fr/D3V4PP/dot/issues",
"email": "ayoub@d3v4pp.fr"
},
"repository": {
"type": "git",
"url": "https://cvs.d3v4pp.fr/D3V4PP/dot.git"
},
"license": "d3v4pp",
"keywords": [
"dot",
"notation",
"properties",
"object",
"path"
]
}