-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.36 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.36 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
{
"name": "discourse-material-theme",
"author": "Daemon Pty Ltd",
"browserslist": [
"last 1 major version",
">= 1%",
"Android >= 4.4",
"Chrome >= 45",
"Edge >= 12",
"Explorer >= 10",
"Firefox >= 38",
"iOS >= 9",
"Opera >= 30",
"Safari >= 9"
],
"bugs": {
"url": "https://github.com/sesemaya/discourse-material-theme/issues"
},
"description": "Material Design for Discourse",
"devDependencies": {
"autoprefixer": "^9.8.6",
"grunt": "^1.2.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-dev-update": "^2.3.0",
"grunt-postcss": "^0.9.0",
"grunt-scss-lint": "^0.5.0",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"postcss-cli": "^7.1.1",
"stylelint": "^13.6.1",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"time-grunt": "^2.0.0"
},
"engines": {
"node": ">=4"
},
"homepage": "https://labs.daemon.com.au/t/daemonite-material-discourse-theme/353",
"keywords": [
"discourse",
"discourse-theme",
"material",
"theme"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sesemaya/discourse-material-theme.git"
},
"version": "1.1.1"
}