-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
30 lines (30 loc) · 774 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
{
"name": "@meteorjs/meteor-theme-hexo",
"private": false,
"version": "2.0.8",
"description": "[Read the docs docs.](https://docs-docs.netlify.com/docs/docs/)",
"main": "index.js",
"scripts": {
"test": "node ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/meteor-theme-hexo.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/meteor/meteor-hexo-theme/issues"
},
"homepage": "https://github.com/meteor/meteor-hexo-theme#readme",
"devDependencies": {
"fs-extra": "^5.0.0",
"js-yaml": "^3.10.0",
"shelljs": "^0.8.1",
"simple-git": "^1.89.0",
"tarball-extract": "0.0.6",
"tmp-promise": "^1.0.4"
},
"dependencies": {}
}