1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "name": "jan.systems", "version": "1.0.0", "main": "index.js", "author": "Jan Tuomi <jans.tuomi@gmail.com>", "license": "MIT", "scripts": { "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" } }