Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
{
  "name": "brackets-eslint",
  "version": "3.2.0",
  "engines": {
    "brackets": ">=1.9.0"
  },
  "title": "ESLint",
  "description": "Adds ESLint support to Brackets",
  "keywords": [
    "brackets-extension",
    "eslint",
    "lint",
    "linting",
    "linter"
  ],
  "homepage": "https://github.com/zaggino/brackets-eslint",
  "bugs": "https://github.com/zaggino/brackets-eslint/issues",
  "license": "MIT",
  "author": {
    "name": "Martin Zagora",
    "email": "zaggino@gmail.com",
    "url": "https://github.com/zaggino"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zaggino/brackets-eslint.git"
  },
  "scripts": {
    "dev": "tsc --watch",
    "test": "npm run prepublish",
    "prepublish": "npm prune && npm update && npm run build && npm run lint",
    "build": "rimraf ./dist && tsc",
    "lint": "tslint -c tslint.json --project tsconfig.json"
  },
  "dependencies": {
    "brackets-inspection-gutters": "^0.2.10",
    "eslint": "^3.16.1"
  },
  "devDependencies": {
    "@types/jquery": "2.0.40",
    "@types/node": "7.0.5",
    "rimraf": "2.6.1",
    "tslint": "4.0.2",
    "typescript": "2.1.4"
  }
}