{ "name": "cubewaves", "version": "1.0.0", "description": "Visual art in js", "main": "server.js", "dependencies": { "express": "^4.14.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "https://github.com/KevinMidboe/cubewaves.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/KevinMidboe/cubewaves/issues" } }