-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revise package.json to correct repo urls, improve contributors entry
- Loading branch information
Showing
1 changed file
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,26 @@ | ||
{ | ||
"name": "x-ray", | ||
"description": "structure any website", | ||
"homepage": "https://github.com/lapwinglabs/x-ray#readme", | ||
"homepage": "https://github.com/matthewmueller/x-ray#readme", | ||
"version": "2.3.3", | ||
"main": "index.js", | ||
"author": { | ||
"name": "Matthew Mueller", | ||
"email": "[email protected]" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Fabien Franzen", | ||
"email": "[email protected]" | ||
} | ||
"Paul Barrett", | ||
"Kiko Beats <[email protected]>", | ||
"Fabien Franzen <[email protected]>", | ||
"Wah Loon Keng <[email protected]>", | ||
"Daniel Lathrop <[email protected]>" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/lapwinglabs/x-ray.git" | ||
"url": "git://github.com/matthewmueller/x-ray.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/lapwinglabs/x-ray/issues" | ||
"url": "https://github.com/matthewmueller/x-ray/issues" | ||
}, | ||
"keywords": [ | ||
"api", | ||
|
@@ -47,7 +48,7 @@ | |
"concat-stream": "1.5.2", | ||
"coveralls": "2.11.16", | ||
"istanbul": "0.4.5", | ||
"mocha": "latest", | ||
"mocha": "~6.1.4", | ||
"mocha-lcov-reporter": "1.2.0", | ||
"multiline": "1.0.2", | ||
"rimraf": "2.5.4", | ||
|