-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.3 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
{
"bin": {
"pst": "bin/index.js"
},
"bugs": {
"url": "https://github.com/node-pinus/pinus-site-tools/issues"
},
"bundleDependencies": false,
"dependencies": {
"co": "^4.6.0",
"cpy": "^5.0.0",
"debug": "^2.6.8",
"gh-pages": "^0.12.0",
"hexo": "^3.3.7",
"hexo-generator-index": "^0.2.1",
"hexo-generator-tag": "^0.2.0",
"hexo-renderer-less": "^0.2.0",
"hexo-renderer-nunjucks": "^1.0.5",
"hexo-server": "^0.2.0",
"markdown-it": "^8.3.1",
"markdown-it-replace-link": "^1.0.1",
"markdown-it-toc-and-anchor": "^4.1.2",
"mz": "^2.6.0",
"mz-modules": "^1.0.0",
"runscript": "^1.3.0",
"taffydb": "^2.7.3",
"tap": "^11.0.1",
"yargs": "^10.0.3",
"zlogger": "^1.1.0"
},
"deprecated": false,
"description": "Site builder for Pinus",
"devDependencies": {
"co-mocha": "^1.2.1",
"coffee": "^4.1.0",
"mocha": "^4.0.1",
"supertest": "^3.0.0"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/node-pinus/pinus-site-tools#readme",
"license": "MIT",
"main": "index.js",
"name": "pinus-site-tools",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/node-pinus/pinus-site-tools.git"
},
"scripts": {
"test": "mocha **/*.test.js --exit"
},
"version": "1.0.5"
}