37 lines
835 B
JSON
37 lines
835 B
JSON
|
|
{
|
||
|
|
"name": "shallowequal",
|
||
|
|
"version": "1.1.0",
|
||
|
|
"description": "Like lodash isEqualWith but for shallow equal.",
|
||
|
|
"main": "index.js",
|
||
|
|
"lint-staged": {
|
||
|
|
"*.{js,json,css,js.flow}": [
|
||
|
|
"prettier --write",
|
||
|
|
"git add"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "Alberto Leal",
|
||
|
|
"email": "mailforalberto@gmail.com",
|
||
|
|
"url": "github.com/dashed"
|
||
|
|
},
|
||
|
|
"repository": "dashed/shallowequal",
|
||
|
|
"license": "MIT",
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"index.js.flow",
|
||
|
|
"index.original.js"
|
||
|
|
],
|
||
|
|
"devDependencies": {
|
||
|
|
"babel-eslint": "^8.0.0",
|
||
|
|
"babel-preset-env": "^1.6.1",
|
||
|
|
"babel-register": "^6.24.1",
|
||
|
|
"chai": "^4.0.0",
|
||
|
|
"eslint": "^4.7.1",
|
||
|
|
"flow-bin": "^0.75.0",
|
||
|
|
"flow-remove-types": "^1.2.3",
|
||
|
|
"husky": "^0.14.3",
|
||
|
|
"lint-staged": "^6.0.0",
|
||
|
|
"mocha": "^5.0.0",
|
||
|
|
"prettier": "^1.9.2"
|
||
|
|
}
|
||
|
|
}
|