Initial commit
This commit is contained in:
parent
dedfd369bb
commit
1634605ea1
19
package.json
Normal file
19
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user