mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-17 22:57:52 +00:00
* added logo and favicon * upgraded Bootstrap to v4 * use FontAwesome as icon font * applied weave colors * auto-select first container * mock backend in server.js to serve *.json files for API requests
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"name": "scope-tracer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "David Kaltschmidt <david.kaltschmidt@gmail.com>",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"express": "^4.13.3"
|
|
}
|
|
}
|