{ "name": "jan.systems", "version": "1.0.0", "author": "Jan Tuomi ", "license": "MIT", "scripts": { "build": "mkdir -p build && cp src/index.html src/style.css build/ && riot src build/bundle.js", "start": "caddy" }, "dependencies": { "node-sass": "^4.7.2", "riot": "^3.7.4" } }