93 строки
2.6 KiB
JSON
93 строки
2.6 KiB
JSON
{
|
|
"name": "addons-linter",
|
|
"version": "0.22.7",
|
|
"description": "Mozilla Add-ons Linter",
|
|
"main": "dist/addons-linter.js",
|
|
"bin": {
|
|
"addons-linter": "bin/addons-linter"
|
|
},
|
|
"scripts": {
|
|
"start": "grunt start",
|
|
"build": "grunt build",
|
|
"eslint": "eslint .",
|
|
"test": "jest tests/ --runInBand --coverage",
|
|
"test-no-coverage": "jest tests/ --runInBand",
|
|
"test-ci": "npm run test && cat ./coverage/lcov.info | coveralls",
|
|
"lint": "npm run eslint",
|
|
"publish-rules": "grunt copy build-rules-html publish-rules",
|
|
"publish-coverage": "grunt coveralls"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mozilla/addons-linter.git"
|
|
},
|
|
"author": "Mozilla Add-ons Team",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/addons-linter/issues"
|
|
},
|
|
"homepage": "https://github.com/mozilla/addons-linter#readme",
|
|
"devDependencies": {
|
|
"babel-core": "6.25.0",
|
|
"babel-eslint": "7.2.3",
|
|
"babel-jest": "20.0.3",
|
|
"babel-loader": "7.1.1",
|
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
|
|
"babel-preset-env": "1.6.0",
|
|
"babel-preset-es2015": "6.24.1",
|
|
"babel-preset-stage-2": "6.24.1",
|
|
"comment-json": "1.1.3",
|
|
"coveralls": "2.13.1",
|
|
"deepmerge": "1.5.0",
|
|
"eslint-plugin-jest": "20.0.3",
|
|
"gfm.css": "1.1.1",
|
|
"grunt": "1.0.1",
|
|
"grunt-contrib-clean": "1.1.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-gh-pages": "2.0.0",
|
|
"grunt-newer": "1.3.0",
|
|
"grunt-webpack": "3.0.2",
|
|
"hashish": "0.0.4",
|
|
"isparta": "4.0.0",
|
|
"jest": "20.0.4",
|
|
"json-loader": "0.5.7",
|
|
"load-grunt-configs": "1.0.0",
|
|
"load-grunt-tasks": "3.5.2",
|
|
"lodash.clonedeep": "4.5.0",
|
|
"lodash.ismatchwith": "4.4.0",
|
|
"markdown-it": "8.3.1",
|
|
"markdown-it-anchor": "4.0.0",
|
|
"markdown-it-emoji": "1.4.0",
|
|
"request": "2.81.0",
|
|
"sinon": "2.4.1",
|
|
"tar": "3.1.8",
|
|
"webpack": "3.4.1",
|
|
"webpack-dev-server": "2.6.1"
|
|
},
|
|
"dependencies": {
|
|
"ajv": "5.2.2",
|
|
"chalk": "2.0.1",
|
|
"cheerio": "1.0.0-rc.2",
|
|
"columnify": "1.5.4",
|
|
"crx-parser": "0.1.2",
|
|
"dispensary": "0.10.12",
|
|
"es6-promisify": "5.0.0",
|
|
"eslint": "3.19.0",
|
|
"eslint-plugin-no-unsafe-innerhtml": "1.0.16",
|
|
"esprima": "3.1.3",
|
|
"first-chunk-stream": "2.0.0",
|
|
"jed": "1.1.1",
|
|
"pino": "^4.6.0",
|
|
"postcss": "6.0.8",
|
|
"relaxed-json": "1.0.1",
|
|
"semver": "5.4.1",
|
|
"source-map-support": "0.4.15",
|
|
"strip-bom-stream": "3.0.0",
|
|
"whatwg-url": "6.1.0",
|
|
"xmldom": "0.1.27",
|
|
"yargs": "8.0.2",
|
|
"yauzl": "2.8.0"
|
|
}
|
|
}
|