@degjs/object-utils
Version:
A utility library for working with JavaScript objects.
42 lines (41 loc) • 972 B
JSON
{
"name": "@degjs/object-utils",
"version": "3.0.0",
"description": "A utility library for working with JavaScript objects.",
"keywords": [
"objects",
"DEGJS"
],
"author": {
"name": "Aaron Ladage",
"email": "aladage@degdigital.com",
"url": "http://aaronladage.com"
},
"scripts": {
"test": "jest .",
"lint": "eslint ./src"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DEGJS/objectUtils.git"
},
"files": [
"src"
],
"main": "src/objectUtils.js",
"bugs": "https://github.com/DEGJS/objectUtils/issues",
"devDependencies": {
"babel-env": "^2.4.1",
"babel-jest": "^22.0.4",
"eslint": "^4.14.0",
"expect": "^22.0.3",
"jest": "^22.0.4"
},
"dependencies": {
"isobject": "^3.0.1"
},
"publishConfig": {
"access": "public"
}
}