UNPKG

rocky-lint

Version:
40 lines (39 loc) 806 B
{ "name": "rocky-lint", "version": "2.0.1", "description": "Linter for Rocky.js projects", "bugs": { "url": "https://github.com/pebble/rocky-lint/issues" }, "repository": { "type": "git", "url": "https://github.com/pebble/rocky-lint.git" }, "main": "lib/rocky-lint.js", "license": "MIT", "keywords": [ "pebble", "rockyjs", "lint" ], "engines": { "node": ">=5.10.0" }, "dependencies": { "colors": "^1.1.2", "semver": "^5.3.0", "typescript": "^2.0.3", "yargs": "^4.8.1" }, "bin": { "rocky-lint": "./bin/rocky-lint" }, "scripts": { "test": "make test" }, "devDependencies": { "eslint": "^2.0.2", "eslint-config-pebble": "github:pebble/eslint-config-pebble#2.0.0", "eslint-plugin-standard": "^1.1.0" } }