Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatouiui committed Nov 1, 2016
1 parent 2a9a158 commit 27d7279
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"name": "tomatouiuiweb",
"name": "tomaweb",
"version": "1.0.0",
"description": "this is test app",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"first app for horeku"
],
"author": "toma",
"repository": {
"type": "git",
"url": "git+https://github.com/tomatouiui/tomaweb.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomatouiui/tomaweb/issues"
},
"homepage": "https://github.com/tomatouiui/tomaweb#readme",
"dependencies": {
"express": "^4.14.0"
"express": "^4.13.3"
}
}

0 comments on commit 27d7279

Please sign in to comment.