redux-device-type
Version:
a reducer to keep track of your current device size
33 lines (32 loc) • 760 B
JSON
{
"name": "redux-device-type",
"version": "1.0.2",
"description": "a reducer to keep track of your current device size",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthiasklan/redux-device-type.git"
},
"files": [
"index.js"
],
"keywords": [
"redux",
"react",
"size",
"responsive",
"device-type"
],
"author": "Matthias Klan",
"license": "ISC",
"bugs": {
"url": "https://github.com/matthiasklan/redux-device-type/issues"
},
"homepage": "https://github.com/matthiasklan/redux-device-type#readme",
"dependencies": {
"lodash": "^4.17.4"
}
}