forked from htmllint/htmllint-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 741 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 741 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
{
"name": "htmllint-cli",
"version": "0.0.4",
"description": "A simple cli for htmllint.",
"bin": {
"htmllint": "./bin/cli.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "https://github.com/htmllint/htmllint-cli.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/htmllint/htmllint-cli/issues"
},
"homepage": "https://github.com/htmllint/htmllint-cli",
"dependencies": {
"bluebird": "^2.3.11",
"chalk": "^0.5.1",
"cjson": "^0.3.0",
"glob": "^4.1.3",
"htmllint": "^0.2.4",
"liftoff": "^0.12.1",
"promise": "^6.0.1",
"semver": "^4.1.0",
"yargs": "^1.3.3"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1"
}
}