From ae624968078f9682ac25c2d47516af0531de2177 Mon Sep 17 00:00:00 2001 From: Raathigeshan Kugarajan Date: Sat, 4 Jun 2016 23:49:15 +0530 Subject: [PATCH] Package json update --- package.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 987314c..d010711 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "hermes-control", - "version": "0.2.0", + "name": "atmo", + "version": "0.3.0", "description": "Mock API server with UI", "main": "src/server/index.js", "scripts": { @@ -10,21 +10,21 @@ }, "repository": { "type": "git", - "url": "https://github.com/Raathigesh/Hermes.git" + "url": "https://github.com/Raathigesh/Atmo.git" }, "author": "Raathigeshan Kugarajan", "license": "MIT", "bugs": { - "url": "https://github.com/Raathigesh/Hermes/issues" + "url": "https://github.com/Raathigesh/Atmo/issues" }, - "homepage": "https://github.com/Raathigesh/Hermes", + "homepage": "https://github.com/Raathigesh/Atmo", "dependencies": { "apollo-server": "^0.1.2", "chalk": "^1.1.3", "express": "^4.13.4", "express-remove-route": "^0.1.1", "freeport": "^1.0.5", - "graphql": "^0.6.0", + "graphql": "^0.5.0", "socket.io": "^1.4.5", "yargs": "^4.7.1" }, @@ -56,8 +56,7 @@ "webpack-dev-server": "^1.14.1" }, "bin": { - "hermes-control": "src/server/index.js", - "hc": "src/server/index.js" + "atmo": "src/server/index.js" }, "babel": { "presets": [