Initial commit

This commit is contained in:
Kyle Corbelli 2017-09-02 08:00:41 -07:00
parent dedfd369bb
commit 1634605ea1

19
package.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}