UNPKG

sc-eslint

Version:

A small wrapper of eslint, pre-configured to StoneCypher's preferences. MIT licensed.

46 lines (45 loc) 903 B
{ "author": "John Haugeland", "name": "sc-eslint", "description": "A small wrapper of eslint, pre-configured to StoneCypher's preferences. MIT licensed.", "version": "1.3.7", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/StoneCypher/sc-eslint.git" }, "keywords": [ "ast", "eslint", "lint", "linting", "jshint", "jslint", "hint", "hinting", "gulp", "task", "StoneCypher" ], "dependencies": { "eslint": "*", "gulp-shell": "*" }, "devDependencies": { "vows": "*", "gulp": "*", "gulp-eslint": "*" }, "main": "estask.js", "author": { "name" : "John Haugeland", "email" : "stonecypher@gmail.com", "url" : "http://fullof.bs/" }, "engines": { "node": "*" }, "scripts": { "test": "vows test/* --spec" } }