-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "cross-check",
"version": "0.1.3",
"description": "Multi-project, project level linting",
"main": "index.js",
"bin": {
"cross-check": "./bin/cross-check.js"
},
"dependencies": {
"appdirs": "^1.1.0",
"async-throttle": "^1.0.0",
"bunyan": "^1.8.5",
"bunyan-format": "^0.2.1",
"commander": "^2.9.0",
"fs-extra": "^1.0.0",
"js-yaml": "^3.7.0",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"nodegit": "^0.16.0",
"npm": "^3.10.10",
"nsp": "^2.6.2"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"power-assert": "^1.4.2"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/building5/cross-check.git"
},
"keywords": [
"lint",
"microservices",
"cross-project"
],
"engines": "^6.9.0",
"author": "David M. Lee, II <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/building5/cross-check/issues"
},
"homepage": "https://github.com/building5/cross-check#readme"
}