-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "eslint-config-lojaskd-base",
"version": "0.0.6",
"description": "Base LojasKD's JS ESLint config, following our styleguide",
"main": ".eslintrc.js",
"scripts": {
"publish:pa": "npm version patch && npm publish",
"publish:mi": "npm version minor && npm publish",
"publish:ma": "npm version major && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lojaskd/javascript-style-guide.git"
},
"keywords": [
"eslint",
"eslintconfig",
"javascript",
"styleguide",
"lojaskd",
"lkd"
],
"author": "LojasKD Dev team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lojaskd/javascript-style-guide/issues"
},
"homepage": "https://github.com/lojaskd/javascript-style-guide#readme",
"dependencies": {
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}