-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 838 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 838 Bytes
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
{
"name": "metalsmith-jquery",
"version": "0.2.3",
"description": "A Metalsmith plugin to manipulate HTML via jQuery syntax",
"keywords": [
"metalsmith",
"jquery"
],
"author": "Manheim <opensource@manheim.com>",
"readmeFilename": "README.md",
"homepage": "https://github.com/manheim/metalsmith-jquery",
"repository": {
"type": "git",
"url": "https://github.com/manheim/metalsmith-jquery"
},
"bugs": {
"url": "https://github.com/manheim/metalsmith-jquery/issues"
},
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test"
},
"license": "MIT",
"dependencies": {
"cheerio": "^0.22.0",
"debug": "^4.1.1",
"minimatch": "^3.0.4"
},
"devDependencies": {
"mocha": "^8.0.1",
"metalsmith": "^2.3.0",
"metalsmith-markdown": "^1.3.0"
}
}