UNPKG

polymer-lint

Version:
68 lines (67 loc) 1.52 kB
{ "name": "polymer-lint", "version": "0.9.1", "description": "Polymer Linter", "author": "Jordan Running <jordan.running@banno.com>", "license": "Apache-2.0", "keywords": [ "Polymer", "polymer", "lint", "linter", "web components", "web-components" ], "repository": { "type": "git", "url": "git+https://github.com/Banno/polymer-lint.git" }, "homepage": "https://github.com/Banno/polymer-lint", "bugs": { "url": "https://github.com/Banno/polymer-lint/issues" }, "bin": { "polymer-lint": "./lib/bin/polymer-lint.js" }, "main": "./lib/Linter.js", "scripts": { "lint": "eslint --ignore-pattern '/doc/*' --ignore-pattern '/lib/*' '**/*.js' ; exit 0", "test": "NODE_PATH=${NODE_PATH:-\"$PWD/src\"} jasmine", "build": "babel --copy-files src -d lib", "prepublish": "npm run build" }, "files": [ "lib", "bin", "gulp.js" ], "dependencies": { "chalk": "^1.1.3", "glob": "^7.0.6", "optionator": "^0.8.1", "parse5": "^2.2.1", "sprintf-js": "^1.0.3" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-modern-node": "^3.2.0", "eslint": "^3.4.0", "eslint-config-google": "^0.6.0", "eslint-plugin-jasmine": "^1.8.1", "googlediff": "^0.1.0", "gulp-util": "^3.0.7", "jasmine": "^2.4.1", "shelljs": "^0.7.4" }, "babel": { "presets": [ [ "modern-node", { "version": "4.0" } ] ], "sourceMaps": false } }