redux-token-auth/package.json
2017-09-02 08:02:47 -07:00

20 lines
385 B
JSON

{
"name": "redux-token-auth",
"version": "0.1.0",
"description": "Redux actions and reducers to integrate with Devise Token Auth",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"redux",
"auth",
"token",
"devise",
"oauth"
],
"author": "Kyle Corbelli",
"license": "MIT"
}