2017-09-02 15:00:41 +00:00
|
|
|
{
|
|
|
|
"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",
|
2017-09-02 19:27:43 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^2.5.2"
|
|
|
|
}
|
2017-09-02 15:00:41 +00:00
|
|
|
}
|