aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: d6a676d6bdf13c5c2694da40d3d30ecb66447dd9 (plain)
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": {
    "start": "nodemon --exec caddy"
  },
  "dependencies": {
    "node-sass": "^4.7.2",
    "nodemon": "^1.14.1",
    "riot": "^3.7.4"
  }
}