22 lines
456 B
JSON
22 lines
456 B
JSON
|
{
|
||
|
"name": "object-path",
|
||
|
"description": "Access deep properties using a path",
|
||
|
"version": "0.6.0",
|
||
|
"author": {
|
||
|
"name": "Mario Casciaro"
|
||
|
},
|
||
|
"homepage": "https://github.com/mariocasciaro/object-path",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/mariocasciaro/object-path.git"
|
||
|
},
|
||
|
"main": "index.js",
|
||
|
"scripts": ["index.js"],
|
||
|
"keywords": [
|
||
|
"deep",
|
||
|
"path",
|
||
|
"access",
|
||
|
"bean"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|