UNPKG

1.35 kBJSONView Raw
1{
2 "name": "apigeelint",
3 "version": "0.5.2",
4 "description": "Node module to lint and Apigee Edge bundle.",
5 "main": "function.js",
6 "bin": {
7 "apigeelint": "./cli.js"
8 },
9 "scripts": {
10 "test": "mocha",
11 "coverage": "nyc mocha"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/apigee/apigeelint"
16 },
17 "keywords": [
18 "API",
19 "bundle",
20 "lint",
21 "linter",
22 "Apigee",
23 "Edge"
24 ],
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/apigee/apigeelint/issues"
28 },
29 "private": false,
30 "dependencies": {
31 "async": "^2.5.0",
32 "babel-code-frame": "latest",
33 "chalk": "latest",
34 "commander": "^2.9.0",
35 "debug": "latest",
36 "decache": "latest",
37 "decompress": "latest",
38 "js-yaml": "latest",
39 "eslint": "latest",
40 "jshint": "^2.10.1",
41 "jsonschema": "latest",
42 "lodash": "latest",
43 "minimatch": "^3.0.4",
44 "node-find-folder": ">=0.1.25",
45 "path": ">= 0.11.14",
46 "pluralize": "latest",
47 "request": "latest",
48 "table": "latest",
49 "text-table": "latest",
50 "util": "^0.10.3",
51 "xmldom": ">= 0.1.22",
52 "xpath": "latest",
53 "strip-ansi": "5.2.0",
54 "pdfmake": "latest"
55 },
56 "devDependencies": {
57 "codacy-coverage": "^2.0.2",
58 "mocha": "^6.0.2",
59 "mocha-lcov-reporter": "^1.3.0",
60 "nyc": "^13.3.0"
61 }
62}