17 lines
197 B
JSON
17 lines
197 B
JSON
|
{
|
||
|
"name": "object-path",
|
||
|
"main": "index.js",
|
||
|
"keywords": [
|
||
|
"deep",
|
||
|
"path",
|
||
|
"access",
|
||
|
"bean",
|
||
|
"object"
|
||
|
],
|
||
|
"ignore" : [
|
||
|
"test.js",
|
||
|
"coverage",
|
||
|
"*.yml"
|
||
|
]
|
||
|
}
|