forked from apigee/apigeelint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 841 Bytes
/
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
{
"name": "apigeelint",
"version": "0.1.6",
"description": "Node module to lint and Apigee Edge bundle.",
"main": "main.js",
"bin": {
"apigeelint": "./main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/apigeecs/bundle-linter"
},
"keywords": [
"API",
"bundle",
"lint",
"linter",
"Apigee",
"Edge"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/apigeecs/bundle-linter/issues"
},
"private": false,
"dependencies": {
"commander": "^2.9.0",
"debug": "latest",
"decache": "latest",
"jshint": "^2.9.3",
"node-find-folder": ">=0.1.25",
"node-inspector": ">= 0.12.3",
"path": ">= 0.11.14",
"xmldom": ">= 0.1.22",
"xpath": "latest"
}
}