You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
457 B
23 lines
457 B
{
|
|
"name": "object-path",
|
|
"description": "Access deep properties using a path",
|
|
"version": "0.9.2",
|
|
"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"
|
|
}
|