Start the frontend package

This is just based on npm init
This commit is contained in:
Eli Ribble 2016-05-14 22:16:05 -06:00
parent f063c3fcfd
commit c1c059953f
1 changed files with 31 additions and 0 deletions

31
package.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "vanth",
"version": "1.0.0",
"description": "For tracking expenses",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliRibble/vanth.git"
},
"keywords": [
"expenses",
"budget"
],
"author": "Eli Ribble",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/EliRibble/vanth/issues"
},
"homepage": "https://github.com/EliRibble/vanth#readme",
"dependencies": {
"react": "^15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2"
},
"directories": {
"test": "tests"
}
}