{ "name": "stargazer",
"version": "0.1.1",
"description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node build.js", "start": "http-server ./build -o"
}, "author": "Alexander Bazo <alexanderbazo@googlemail.com>", "license": "MIT", "dependencies": {
"fs-extra": "^8.1.0",
"http-server": "^0.11.1" } }