36 lines
691 B
JSON
36 lines
691 B
JSON
{
|
|
"name": "dot-object",
|
|
"version": "2.1.4",
|
|
"description": "dot-object makes it possible to transform and read (JSON) objects using dot notation.",
|
|
"main": "dist/dot-object.js",
|
|
"authors": [
|
|
{ "name": "Rob Halff", "email": "rob.halff@gmail.com" }
|
|
],
|
|
"ignore": [
|
|
"bin",
|
|
"node_modules",
|
|
"src",
|
|
"gulpfile.js",
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"json",
|
|
"filter",
|
|
"transform",
|
|
"dot",
|
|
"notation",
|
|
"dot"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rhalff/dot-object.git"
|
|
},
|
|
"homepage": "https://github.com/rhalff/dot-object",
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
]
|
|
}
|