Skip to content

Commit

Permalink
[#261] rename and give ci_stub_server its own package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GentlemanHal committed Dec 23, 2018
1 parent a814caa commit bd8d504
Show file tree
Hide file tree
Showing 11 changed files with 404 additions and 453 deletions.
363 changes: 363 additions & 0 deletions cctray_xml_feed_mock/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions cctray_xml_feed_mock/package.json
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.
Loading

0 comments on commit bd8d504

Please sign in to comment.