UNPKG

access-sniff

Version:

A node/iojs library & CLI for HTML_Codesniffer

71 lines (70 loc) 1.73 kB
{ "name": "access-sniff", "version": "3.2.0", "description": "A node/iojs library & CLI for HTML_Codesniffer", "main": "dist/", "bin": { "sniff": "bin/accessSniff.js" }, "scripts": { "start": "gulp", "test": "gulp test", "prepublish": "npm test", "benchmark": "gulp build && node test/benchmark.js" }, "repository": { "type": "git", "url": "git+https://yargalot@github.com/yargalot/AccessSniff.git" }, "author": "Steven John Miller (http://www.stevenjohnmiller.com/)", "license": "ISC", "bugs": { "url": "https://github.com/yargalot/AccessSniff/issues" }, "homepage": "https://github.com/yargalot/AccessSniff", "keywords": [ "accessibility", "a11y", "analysis", "report", "WCAG" ], "files": [ "bin", "dist" ], "dependencies": { "axios": "^0.18.0", "bluebird": "^3.5.1", "chalk": "^2.3.1", "commander": "^2.14.1", "glob": "^7.1.2", "html_codesniffer": "^2.1.1", "jsdom": "^11.6.2", "mkdirp": "^0.5.1", "phantomjs-prebuilt": "^2.1.16", "rc": "^1.2.5", "underscore": "^1.8.3", "unixify": "^1.0.0", "validator": "^9.4.1" }, "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-plugin-syntax-flow": "^6.18.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-preset-es2015": "^6.24.1", "benchmark": "^2.1.4", "del": "^3.0.0", "eslint": "^4.18.0", "flow-bin": "^0.66.0", "gulp": "^4.0.0", "gulp-babel": "^6.1.2", "gulp-concat": "^2.6.1", "gulp-eslint": "^4.0.2", "gulp-istanbul": "^1.1.3", "gulp-nodeunit": "^0.1.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^3.0.0" } }