From 27d72792e865417aa64834bf8ffab1c6cd06d1de Mon Sep 17 00:00:00 2001 From: tomatouiui Date: Tue, 1 Nov 2016 14:26:01 +0800 Subject: [PATCH] update package.json --- package.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 52219d1..697c1a6 100644 --- a/package.json +++ b/package.json @@ -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" } }