forked from appveyor/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "www.appveyor.com",
"private": true,
"version": "1.0.0",
"author": "AppVeyor (https://github.com/appveyor)",
"description": "The www.appveyor.com source code",
"homepage": "https://www.appveyor.com",
"repository": {
"type": "git",
"url": "git+https://github.com/appveyor/website.git"
},
"bugs": {
"url": "https://github.com/appveyor/website/issues"
},
"license": "MIT",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "^1.0.1",
"grunt-accessibility": "^5.0.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.0.0",
"grunt-filerev": "^2.3.1",
"grunt-html": "^8.4.0",
"grunt-jekyll": "^0.4.4",
"grunt-link-checker": "^0.2.0",
"grunt-markdownlint": "^1.0.23",
"grunt-uncss": "^0.6.1",
"grunt-usemin": "^3.1.1",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=8"
}
}