forked from jshint/jshint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (36 loc) · 835 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
41
42
43
{
"name": "jshint",
"version": "1.1.0",
"homepage": "http://jshint.com/",
"description": "Static analysis tool for JavaScript",
"author": {
"name": "Anton Kovalyov",
"email": "[email protected]",
"url": "http://anton.kovalyov.net/"
},
"bin": {
"jshint": "./bin/jshint"
},
"scripts": {
"test": "node ./make.js test",
"lint": "node ./make.js lint"
},
"main": "./src/stable/jshint.js",
"dependencies": {
"esprima": "http://github.com/ariya/esprima/tarball/master",
"shelljs": "0.1.x",
"underscore": "1.4.x",
"peakle": "0.0.x",
"cli": "0.4.x",
"minimatch": "0.x.x"
},
"devDependencies": {
"jshint": "1.1.0",
"shelljs": "0.1.x",
"browserify": "1.16.1",
"coveraje": "0.2.x",
"nodeunit": "0.7.x",
"sinon": "1.6.x"
},
"preferGlobal": true
}