27 lines
673 B
JSON
Executable File
27 lines
673 B
JSON
Executable File
{
|
|
"name": "iterate-object",
|
|
"version": "1.3.4",
|
|
"description": "A convenient way to iterate objects.",
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:IonicaBizau/node-iterate-object.git"
|
|
},
|
|
"keywords": [
|
|
"iterate",
|
|
"object"
|
|
],
|
|
"author": "Ionică Bizău <bizauionica@gmail.com> (http://ionicabizau.net)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/IonicaBizau/node-iterate-object/issues"
|
|
},
|
|
"homepage": "https://github.com/IonicaBizau/node-iterate-object"
|
|
}
|