forked from reid/node-jslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
38
39
40
41
42
43
{
"name": "jslint",
"description": "The JavaScript Code Quality Tool",
"homepage": "https://github.com/reid/node-jslint",
"keywords": [
"lint"
],
"version": "0.1.9",
"author" : "Reid Burke <[email protected]>",
"contributors": [
"Douglas Crockford <[email protected]>",
"Mikeal Rogers <[email protected]>",
"Adam Moore",
"Luke Smith <[email protected]>",
"Anders Conbere <[email protected]>"
],
"bin": {
"jslint": "./bin/jslint.js"
},
"main": "./lib/nodelint.js",
"dependencies": {
"nopt": "~1.0.0"
},
"engines": {
"node": ">=0.4.12"
},
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git://github.com/reid/node-jslint.git"
},
"bugs": {
"url": "https://github.com/reid/node-jslint/issues"
},
"licenses": [
{
"type": "Modified MIT / BSD",
"url": "https://github.com/reid/node-jslint/blob/master/LICENSE"
}
]
}