forked from youhosi/nodebb-theme-oxide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.08 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
{
"name": "nodebb-theme-oxide",
"version": "6.0.5",
"description": "A theme that is based on the GitHub design.",
"keywords": [
"nodebb",
"theme",
"forum",
"bootstrap",
"responsive",
"oxide"
],
"homepage": "https://github.com/youhosi/nodebb-theme-oxide",
"bugs": {
"url": "https://github.com/youhosi/nodebb-theme-oxide/issues"
},
"repository": {
"type": "git",
"url": "git://youhosi/nodebb-theme-oxide.git"
},
"license": "MIT",
"contributors": [
{
"name": "Sebastian Sycz",
"email": "[email protected]",
"url": "https://github.com/youhosi"
}
],
"main": "theme.less",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.+(js)": [
"prettier --config .prettierrc --write",
"eslint --fix",
"git add"
]
},
"dependencies": {
"pulling": "^2.0.0",
"striptags": "^3.1.1"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"minimist": "^1.2.5",
"prettier": "^2.0.5"
},
"nbbpm": {
"compatibility": "^1.14.0"
}
}