-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#261] rename and give ci_stub_server its own package.json
- Loading branch information
1 parent
a814caa
commit bd8d504
Showing
11 changed files
with
404 additions
and
453 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "cctray-xml-feed-mock", | ||
"version": "0.1.0", | ||
"description": "A server that mocks out a CCTray XML feed for testing", | ||
"private": true, | ||
"author": "Build Canaries", | ||
"homepage": "https://github.com/build-canaries/nevergreen", | ||
"license": "EPL-1.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/build-canaries/nevergreen.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/build-canaries/nevergreen/issues" | ||
}, | ||
"scripts": { | ||
"start": "node src/server" | ||
}, | ||
"dependencies": { | ||
"basic-auth-connect": "1.0.0", | ||
"express": "4.16.4" | ||
}, | ||
"devDependencies": {} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.