Skip to content

Commit

Permalink
Add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 13, 2016
1 parent c573cda commit 1d2f669
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "x-ray",
"description": "structure any website",
"homepage": "https:/lapwinglabs/x-ray#readme",
"version": "2.0.3",
"main": "index.js",
"author": {
Expand All @@ -11,6 +12,9 @@
"type": "git",
"url": "git:/lapwinglabs/x-ray.git"
},
"bugs": {
"url": "https:/lapwinglabs/x-ray/issues"
},
"keywords": [
"api",
"cheerio",
Expand Down Expand Up @@ -38,6 +42,7 @@
"istanbul": "~0.4.2",
"mocha": "latest",
"multiline": "^1.0.2",
"phantomjs": "~2.1.3",
"rimraf": "^2.3.2",
"standard": "~6.0.8",
"x-ray-phantom": "^1.0.0"
Expand All @@ -46,8 +51,5 @@
"pretest": "standard",
"test": "istanbul cover mocha -- -u exports -R spec"
},
"bugs": {
"url": "https:/lapwinglabs/x-ray/issues"
},
"homepage": "https:/lapwinglabs/x-ray#readme"
"license": "MIT"
}

0 comments on commit 1d2f669

Please sign in to comment.