{ "name": "atom-test-update-server", "version": "0.1.0", "private": true, "description": "A test update server that replicates the one on atom.io", "main": "run-server.js", "scripts": { "start": "node run-server.js" }, "author": "David Wilson", "dependencies": { "colors": "^1.3.2", "express": "^4.16.3" } }