-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.73 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
55
56
57
58
59
60
61
62
63
{
"name": "hexo-theme-tranquilpeak",
"version": "2.0.0",
"description": "A gorgeous responsive theme for Hexo blog framework",
"main": "Gruntfile.js",
"scripts": {
"start": "grunt default",
"prod": "grunt buildProd",
"lint": "./node_modules/eslint/bin/eslint.js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak.git"
},
"keywords": [
"hexo",
"blog",
"tranquilpeak",
"tranquil",
"peak"
],
"author": "Louis Barranqueiro",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Cherlas/hexo-theme-tranquilpeak/issues"
},
"homepage": "https://github.com/Cherlas/hexo-theme-tranquilpeak",
"devDependencies": {
"bower": "^1.3.12",
"eslint": "^2.11.1",
"eslint-config-google": "^0.5.0",
"grunt": "^0.4.5",
"grunt-bower": "^0.18.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-sails-linker": "^0.10.1",
"grunt-sass": "1.1.0",
"grunt-sync": "^0.2.3",
"grunt-text-replace": "^0.4.0",
"hexo-renderer-markdown-it-plus": "^1.0.2",
"@iktakahiro/markdown-it-katex": "^3.0.3",
"include-all": "^0.1.6",
"load-grunt-tasks": "~0.2.0",
"rand-token": "^0.2.1"
},
"dependencies": {
"async": "^1.5.2",
"hexo-front-matter": "^0.2.2",
"hexo-util": "^0.5.1",
"jquery": "^2.2.4",
"jsdom": "^8.1.0",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"prompt": "^1.0.0",
"strip-indent": "^1.0.1"
}
}