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.
22 lines
456 B
22 lines
456 B
{ |
|
"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" |
|
} |