{
	"name": "object-diff",
	"description": "Get the diff from objectA to objectB",
	"version": "0.0.4",
	"main": "index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/srcagency/object-diff.git"
	},
	"keywords": [
		"object",
		"diff",
		"patch"
	],
	"author": "Thomas Jensen <thomas@src.agency> (http://src.agency)",
	"devDependencies": {
		"tape": "^4.5.1",
		"testling": "^1.7.1"
	},
	"testling": {
		"files": "test.js",
		"browsers": [
			"ie/8..latest",
			"chrome/22..latest",
			"firefox/16..latest",
			"safari/6..latest",
			"opera/11.0..latest",
			"iphone/6..latest",
			"ipad/6..latest",
			"android-browser/latest"
		]
	},
	"scripts": {
		"test": "node test",
		"browser-test": "testling"
	},
	"license": "MIT"
}
