UNPKG

1.31 kBJSONView Raw
1{
2 "name": "eslint-config-valorsoft",
3 "version": "0.0.3",
4 "description": "Valor Software's ESLint config, following our styleguide",
5 "main": "index.js",
6 "scripts": {
7 "changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -p angular",
8 "github-release": "conventional-github-releaser -p angular -r 0",
9 "postversion": "git push origin master && git push --tags",
10 "test": "npm run lint && ./node_modules/.bin/mocha",
11 "lint": "./node_modules/.bin/eslint --ignore-path .gitignore --ext js --fix . .config"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+ssh://git@github.com/valor-software/eslint-config-valorsoft.git"
16 },
17 "keywords": [
18 "styleguide",
19 "javascript",
20 "valor",
21 "valor-software",
22 "config",
23 "eslintconfig",
24 "eslint"
25 ],
26 "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/valor-software/eslint-config-valorsoft/issues"
30 },
31 "homepage": "https://github.com/valor-software/eslint-config-valorsoft#readme",
32 "dependencies": {
33 "eslint": "2.2.0"
34 },
35 "devDependencies": {
36 "chai": "3.5.0",
37 "conventional-changelog-cli": "1.1.1",
38 "conventional-github-releaser": "1.1.0",
39 "mocha": "2.4.5",
40 "strip-json-comments": "2.0.1"
41 }
42}