-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathpackage.json
41 lines (41 loc) · 1005 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
{
"name": "void",
"version": "1.0.0",
"description": "A Typecho theme by AlanDecode.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"add": "git add ."
},
"pre-commit": [],
"repository": {
"type": "git",
"url": "git+https://github.com/AlanDecode/Typecho-Theme-VOID.git"
},
"keywords": [
"typecho",
"theme",
"void"
],
"author": "AlanDecode",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlanDecode/Typecho-Theme-VOID/issues"
},
"homepage": "https://github.com/AlanDecode/Typecho-Theme-VOID#readme",
"devDependencies": {
"del": "^3.0.0",
"eslint": "^5.12.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-rev": "^9.0.0",
"gulp-rev-collector": "^1.3.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"jsonfile": "^5.0.0",
"pre-commit": "^1.2.2"
}
}