redux-token-auth/package.json

23 lines
440 B
JSON
Raw Normal View History

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