summaryrefslogtreecommitdiff
path: root/package.json
blob: cebd73b15a5dcb8196b73a7d777e8fcb8a1c5a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "jwebmail",
  "version": "2.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Jannis M. Hoffmann <jannis@fehcom.de>",
  "license": "UNLICENSED",
  "dependencies": {
    "bulma": "^0.9.4",
    "sass": "^1.69.5"
  }
}