forked from silvermine/eslint-plugin-silvermine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@silvermine/eslint-plugin-silvermine",
"version": "2.2.1",
"description": "eslint plugins to support our JS Code Standards. See @silvermine/eslint-config-silvermine",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/silvermine/eslint-plugin-silvermine.git"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"@silvermine/eslint-config"
],
"license": "MIT",
"author": "Jeremy Thomerson",
"bugs": {
"url": "https://github.com/silvermine/eslint-plugin-silvermine/issues"
},
"homepage": "https://github.com/silvermine/eslint-plugin-silvermine#readme",
"dependencies": {
"class.extend": "0.9.2",
"lodash.assign": "4.2.0",
"underscore": "1.8.3"
},
"engines": {
"node": ">=8.10.0",
"npm": "6.4.1"
},
"devDependencies": {
"@commitlint/cli": "7.5.2",
"@commitlint/travis-cli": "7.5.2",
"@silvermine/eslint-config": "2.2.0",
"coveralls": "3.0.2",
"cz-conventional-changelog": "2.1.0",
"eslint": "5.11.1",
"grunt": "1.0.3",
"grunt-cli": "1.2.0",
"grunt-eslint": "21.0.0",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"standard-version": "git+https://github.com/jthomerson/standard-version.git#fix-305-header-repeat",
"typescript": "3.0.3",
"typescript-eslint-parser": "21.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}