aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 7d5e20f1829010befa067efd9c7b94e92822fb53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "site",
  "version": "1.0.0",
  "description": "deuxfleurs.fr",
  "main": "render.js",
  "dependencies": {
    "jstransformer-markdown-it": "^2.1.0",
    "marked": "^0.8.0",
    "pug": "^2.0.4"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@git.deuxfleurs.fr:Deuxfleurs/site.git"
  },
  "author": "",
  "license": "ISC"
}