blob: 93a4cd4d2f648b4992ee33dfb6e68d087469efa6 [file] [log] [blame]
{
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"description": "Invert the key/value of an object. Example: `{foo: 'bar'}` \u2192 `{bar: 'foo'}`",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"keywords": [
"object",
"key",
"value",
"kv",
"invert"
],
"license": "MIT",
"name": "invert-kv",
"repository": "sindresorhus/invert-kv",
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
}