UNPKG

902 BJSONView Raw
1{
2 "name": "htmllint",
3 "version": "0.0.8",
4 "description": "Unofficial html5 linter and validator.",
5 "repository": {
6 "type": "git",
7 "url": "http://github.com/htmllint/htmllint"
8 },
9 "main": "lib/index.js",
10 "scripts": {
11 "test": "./node_modules/gulp/bin/gulp.js travis"
12 },
13 "license": "ISC",
14 "devDependencies": {
15 "bulkify": "^1.0.2",
16 "chai": "^1.9.1",
17 "gulp": "^3.8.7",
18 "gulp-coveralls": "^0.1.3",
19 "gulp-eslint": "^0.1.8",
20 "gulp-gh-pages": "^0.3.4",
21 "gulp-istanbul": "^0.2.2",
22 "gulp-jscs": "^1.1.2",
23 "gulp-jsdoc": "^0.1.4",
24 "gulp-jshint": "^1.8.4",
25 "gulp-mocha": "^1.0.0",
26 "gulp-plato": "^1.0.1",
27 "jshint-stylish": "^0.4.0",
28 "mocha": "^1.21.4"
29 },
30 "dependencies": {
31 "bulk-require": "^0.2.1",
32 "htmlparser2": "^3.7.3",
33 "lodash": "^2.4.1"
34 },
35 "browserify": {
36 "transform": [
37 "bulkify"
38 ]
39 }
40}