aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 147a03618ac403e8f4c307465ff230ee0ee56321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "jan.systems",
  "version": "1.0.0",
  "author": "Jan Tuomi <jans.tuomi@gmail.com>",
  "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"
  }
}