-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 846 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
{
"name": "tobiko",
"version": "1.2.10",
"author": {
"name": "Tri Nguyen",
"email": "[email protected]",
"url": "https://github.com/tnguyen14"
},
"main": "index.js",
"bin": "bin/tobiko.js",
"description": "static site generator",
"keywords": [
"static site generator",
"tobiko"
],
"repository": "tnguyen14/tobiko",
"license": "ISC",
"dependencies": {
"@tridnguyen/config": "^2.3.1",
"chokidar": "^3.3.0",
"cp-file": "^6.0.0",
"debug": "^4.1.1",
"front-matter": "^3.0.1",
"glob": "^7.1.1",
"handlebars": "^4.5.3",
"lodash": "^4.17.15",
"marked": "^4.0.12",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"node-fetch": "^2.3.0",
"yargs": "^15.0.2"
},
"devDependencies": {
"tap": "^16.0.1"
},
"scripts": {
"test": "tap test/*.js --cov"
}
}