Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergibondarenko committed Feb 14, 2018
1 parent 9be1e1d commit cc07908
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@
{
"name": "gun-host",
"version": "0.0.1",
"description": "",
"description": "It is a lib to run [Gun](http://gun.js.org) host in Node.js",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"start": "node bootstrap.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com:QXIP/gun-host.git"
"url": "git+https://github.com/QXIP/gun-host.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com:QXIP/gun-host/issues"
"url": "https://github.com/QXIP/gun-host/issues"
},
"homepage": "https://github.com:QXIP/gun-host#readme",
"homepage": "https://github.com/QXIP/gun-host#readme",
"dependencies": {
"bluebird": "3.5.1",
"gun": "0.9.93",
"hapi": "16.6.2",
"lodash": "4.17.5",
"pem": "1.12.3"
},
"devDependencies": {
}
}

0 comments on commit cc07908

Please sign in to comment.