-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 951 Bytes
/
package.json
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "simple-site",
"description": "A simple tool to generate web sites.",
"license": "Apache-2.0",
"version": "0.1.27",
"private": false,
"author": {
"name": "Stefan Niederhauser",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/Schaltstelle/simple-site.git"
},
"bin": {
"simple-site": "bin/simple-site"
},
"main": "src/index.js",
"scripts": {
"test": "mocha",
"coverage": "nyc --reporter=lcov --reporter=text npm run test"
},
"dependencies": {
"chalk": "3.0.0",
"chokidar": "3.3.1",
"debug": "3.1.0",
"ecstatic": "3.3.2",
"fs-extra": "5.0.0",
"glob": "7.1.2",
"handlebars": "4.5.3",
"js-yaml": "3.13.1",
"live-server": "1.2.1",
"marked": "0.8.0",
"moment": "2.24.0",
"picomatch": "2.2.1",
"promised-handlebars": "2.0.1"
},
"devDependencies": {
"mocha": "7.0.0",
"nyc": "15.0.0"
}
}