20 lines
385 B
JSON
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"
|
|
}
|