object-foreach
Version:
Executes a function on each of an objects own enumerable properties.
38 lines (37 loc) • 998 B
JSON
{
"name": "object-foreach",
"version": "0.1.2",
"description": "Executes a function on each of an objects own enumerable properties.",
"main": "./src/object-foreach.js",
"directories": {
"lib": "src"
},
"devDependencies": {
"browserify": ">=2.29.1",
"jasmine-node": ">=1.11.0"
},
"scripts": {
"test": "jasmine-node specs/",
"buildBrowserModule" : "node dev/browserify.js"
},
"homepage" : "https://github.com/matthewkastor/object-foreach/",
"bugs" : "https://github.com/matthewkastor/object-foreach/issues",
"repository": {
"type" : "git",
"url" : "git://github.com/matthewkastor/object-foreach.git"
},
"keywords": [
"object-foreach"
],
"author": {
"name" : "Matthew Kastor",
"email" : "matthewkastor@gmail.com",
"url" : "https://plus.google.com/100898583798552211130"
},
"licenses": [
{
"type" : "gpl-3.0",
"url" : "http://www.gnu.org/licenses/gpl-3.0-standalone.html"
}
]
}