-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 881 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": "metalsmith-html-tidy",
"version": "1.1.2",
"description": "metalsmith wrapper around tidy-html5",
"repository": "https://github.com/hoosteeno/metalsmith-html-tidy",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha test/"
},
"keywords": [
"html",
"tidy",
"metalsmith"
],
"author": "Justin Crawford",
"license": "MPL-2.0",
"dependencies": {
"multimatch": "^2.1.0",
"tidy-html5": "^0.1.1"
},
"devDependencies": {
"assert": "^1.3.0",
"assert-dir-equal": "^1.0.1",
"debug": "^2.2.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^5.1.1",
"metalsmith": "^2.1.0",
"metalsmith-debug": "^1.0.0",
"mocha": "^2.4.5"
}
}