UNPKG

1.02 kBJSONView Raw
1{
2 "name": "htmllint",
3 "version": "0.2.0",
4 "description": "An unofficial html5 linter.",
5 "repository": {
6 "type": "git",
7 "url": "http://github.com/htmllint/htmllint"
8 },
9 "keywords": [
10 "html",
11 "lint",
12 "hint",
13 "htmllint"
14 ],
15 "main": "lib/index.js",
16 "scripts": {
17 "test": "./node_modules/gulp/bin/gulp.js travis"
18 },
19 "license": "ISC",
20 "devDependencies": {
21 "bulkify": "^1.0.2",
22 "chai": "^1.9.1",
23 "chai-as-promised": "^4.1.1",
24 "gulp": "^3.8.7",
25 "gulp-coveralls": "^0.1.3",
26 "gulp-eslint": "^0.1.8",
27 "gulp-gh-pages": "^0.4.0",
28 "gulp-istanbul": "^0.3.1",
29 "gulp-jscs": "^1.1.2",
30 "gulp-jsdoc": "^0.1.4",
31 "gulp-jshint": "^1.8.4",
32 "gulp-mocha": "^1.0.0",
33 "gulp-plato": "^1.0.1",
34 "jshint-stylish": "^1.0.0",
35 "mocha": "^2.0.1"
36 },
37 "dependencies": {
38 "bulk-require": "^0.2.1",
39 "htmlparser2": "^3.7.3",
40 "lodash": "^2.4.1",
41 "promise": "^6.0.1"
42 },
43 "browserify": {
44 "transform": [
45 "bulkify"
46 ]
47 }
48}