-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 891 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
{
"name": "discourse-material-theme",
"author": "Daemon Pty Ltd",
"bugs": {
"url": "https://github.com/sesemaya/discourse-material-theme/issues"
},
"description": "Material Design for Discourse",
"devDependencies": {
"autoprefixer": "^9.0.2",
"grunt": "^1.0.4",
"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": "^4.0.0",
"time-grunt": "^1.4.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"
}