UNPKG

xo-loader

Version:
69 lines (68 loc) 1.32 kB
{ "name": "xo-loader", "version": "0.8.0", "description": "Validate files with XO", "author": { "name": "Dmitry Semigradsky", "email": "semigradskyd@gmail.com" }, "license": "MIT", "scripts": { "lint": "xo --ignore=test/fixtures/*.js", "test": "npm run lint && tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/Semigradsky/xo-loader.git" }, "homepage": "https://github.com/Semigradsky/xo-loader", "bugs": { "url": "https://github.com/Semigradsky/xo-loader/issues" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "index.js" ], "keywords": [ "gruntplugin", "xo", "xoxo", "hugs", "kisses", "happy", "happiness", "code", "quality", "style", "lint", "linter", "jscs", "jshint", "jslint", "eslint", "validate", "code style", "standard", "strict", "check", "checker", "verify", "enforce", "hint", "simple" ], "peerDependencies": { "xo": "^0.17.0" }, "dependencies": { "loader-utils": "^0.2.16", "object-assign": "^4.0.1" }, "devDependencies": { "xo": "^0.17.0", "tape": "^4.5.1", "webpack": "^1.12.14" } }