pruno-eslint
Version:
A simple eslint module for pruno with babeljs (es6/7/react) support.
36 lines (35 loc) • 875 B
JSON
{
"name": "pruno-eslint",
"version": "0.9.3",
"description": "A simple eslint module for pruno with babeljs (es6/7/react) support.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com:cdebotton/pruno-eslint.git"
},
"keywords": [
"lint",
"eslint",
"pruno"
],
"author": "Christian de Botton <debotton@brooklynunited.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/cdebotton/pruno-eslint/issues"
},
"homepage": "https://github.com/cdebotton/pruno-eslint",
"dependencies": {
"babel-eslint": "^2.0.2",
"eslint": "^0.15.1",
"gulp-eslint": "^0.5.0",
"gulp-plumber": "^0.6.6",
"object-assign": "^2.0.0"
},
"peerDependencies": {
"eslint": "^0.15.1",
"babel-eslint": "^2.0.2"
}
}