forked from htmllint/htmllint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.03 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.03 KB
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
47
48
49
{
"name": "htmllint",
"version": "0.2.7",
"description": "An unofficial html5 linter.",
"repository": {
"type": "git",
"url": "http://github.com/htmllint/htmllint"
},
"keywords": [
"html",
"lint",
"hint",
"htmllint"
],
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js travis",
"testlocal": "gulp test"
},
"license": "ISC",
"devDependencies": {
"bulkify": "^1.0.2",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"gulp": "^3.8.7",
"gulp-coveralls": "^0.1.3",
"gulp-eslint": "^0.1.8",
"gulp-gh-pages": "^0.4.0",
"gulp-istanbul": "^0.3.1",
"gulp-jscs": "^1.1.2",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.0.0",
"gulp-plato": "^1.0.1",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.1"
},
"dependencies": {
"bulk-require": "^0.2.1",
"htmlparser2": "^3.7.3",
"lodash": "^2.4.1",
"promise": "^6.0.1"
},
"browserify": {
"transform": [
"bulkify"
]
}
}