aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 7f83448cdd79f372fdfec4a0dd19de0b17f5df03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "synhestesis",
  "version": "1.0.0",
  "description": "A apprentissage tool",
  "main": "src/app.js",
  "scripts": {
    "start": "node src/app.mjs",
    "pretest": "xo",
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "srv:git/synhestesis"
  },
  "keywords": [
    "learning",
    "tool"
  ],
  "author": "ache <ache@ache.one>",
  "license": "ISC",
  "devDependencies": {
    "ava": "^1.2.0",
    "xo": "^0.24.0"
  },
  "dependencies": {
    "expres": "0.0.5",
    "express": "^4.16.4",
    "fs": "0.0.1-security",
    "mustache-express": "^1.2.8"
  }
}