{ "name": "return-deep-diff", "version": "0.4.0", "description": "Small library who deeply check for difference between two objects", "repository": { "url": "https://github.com/dispix/deep-diff.git", "type": "git" }, "main": "./dist/return-deep-diff.min.js", "scripts": { "preversion": "npm run build && git add dist", "build": "npm test && webpack", "test": "NODE_ENV=test standard && jest --verbose --coverage", "format": "standard --fix" }, "standard": { "globals": [ "expect", "it", "describe" ], "ignore": [ "/dist", "/node_modules" ] }, "babel": { "presets": "es2015" }, "keywords": [ "javascript", "object", "es6", "es2015", "webpack", "jest" ], "author": "Octave \"Dispix\" Raimbault ", "license": "ISC", "devDependencies": { "babel": "6.5.2", "babel-cli": "6.14.0", "babel-core": "6.18.2", "babel-jest": "22.4.3", "babel-loader": "6.2.8", "babel-preset-es2015": "6.14.0", "coveralls": "2.11.14", "jest": "22.4.3", "standard": "11.0.1", "webpack": "1.13.3" } }