forked from mpc-hc/mpc-hc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "mpc-hc.org",
"private": true,
"version": "1.0.0",
"author": "MPC-HC Team (https://github.com/mpc-hc/mpc-hc.org)",
"description": "The mpc-hc.org source code",
"homepage": "https://mpc-hc.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/mpc-hc/mpc-hc.org.git"
},
"bugs": {
"url": "https://github.com/mpc-hc/mpc-hc.org/issues"
},
"license": "MIT",
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"@lodder/grunt-postcss": "^2.0.4",
"autoprefixer": "^9.8.6",
"grunt": "^1.3.0",
"grunt-accessibility": "^6.0.0",
"grunt-bootlint": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-doctype": "^2.0.2",
"grunt-eslint": "^23.0.0",
"grunt-filerev": "^2.3.1",
"grunt-html": "^14.2.0",
"grunt-jekyll": "^1.0.1",
"grunt-purgecss": "^2.3.0",
"grunt-sri-hash": "^1.1.5",
"grunt-usemin": "^3.1.1",
"load-grunt-tasks": "^5.1.0",
"postcss-combine-duplicated-selectors": "^9.1.0",
"time-grunt": "^2.0.0"
},
"engines": {
"node": ">=10"
}
}