-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "grunt-jquery-content",
"description": "A collection of tasks for building the jQuery websites",
"version": "3.3.1",
"homepage": "https://github.com/jquery/grunt-jquery-content",
"author": {
"name": "jQuery Foundation and other contributors"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/grunt-jquery-content.git"
},
"bugs": {
"url": "https://github.com/jquery/grunt-jquery-content/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/grunt-jquery-content/blob/main/LICENSE.txt"
}
],
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"grunt-check-modules": "^1.1.0",
"gilded-wordpress": "1.0.7",
"he": "^1.2.0",
"highlight.js": "^10.7.2",
"marked": "^4.0.0",
"which": "^4.0.0",
"wordpress": "^1.4.1"
},
"scripts": {
"test": "eslint . && qunit test/*.js",
"lint-example": "grunt lint",
"build-example": "grunt build"
},
"devDependencies": {
"eslint": "^8.53.0",
"eslint-config-jquery": "3.0.2",
"grunt": "^1.6.1",
"qunit": "^2.20.0"
},
"keywords": [
"gruntplugin"
]
}