Skip to content

Commit

Permalink
Package json update
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Jun 4, 2016
1 parent fa736ab commit ae62496
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
},
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit ae62496

Please sign in to comment.