This repository was archived by the owner on Feb 13, 2019. It is now read-only.
forked from NodeBB/nodebb-theme-persona
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 KB
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-mff-4-0",
"version": "4.0.5",
"nbbpm": {
"compatibility": "^1.12.0"
},
"description": "Minecraft Forge France V4.0 theme for NodeBB",
"homepage": "https://github.com/MinecraftForgeFrance/nodebb-theme-mff-4-0#readme",
"main": "theme.less",
"repository": {
"type": "git",
"url": "github:MinecraftForgeFrance/nodebb-theme-mff-4-0"
},
"keywords": [
"nodebb",
"theme",
"forum",
"bootstrap",
"responsive"
],
"contributors": [
{
"name": "Andrew Rodrigues",
"email": "andrew@designcreateplay.com",
"url": "https://github.com/psychobunny"
},
{
"name": "Julian Lam",
"email": "julian@designcreateplay.com",
"url": "https://github.com/julianlam"
},
{
"name": "Barış Soner Uşaklı",
"email": "baris@designcreateplay.com",
"url": "https://github.com/barisusakli"
},
{
"name": "Woryk"
},
{
"name": "Robin Biechy",
"email": "robinbiechy@protonmail.com",
"url": "https://github.com/robin4002"
}
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/MinecraftForgeFrance/nodebb-theme-mff-4-0/issues"
},
"scripts": {
"compiledark": "lessc less/mff/dark-skin.less --clean-css=\"--s1 --advanced --compatibility=ie8\" static/styles/dark-skin.css"
},
"dependencies": {
"pulling": "^2.0.0",
"striptags": "^3.1.1"
}
}