forked from magnars/autolint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 980 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
{
"name": "autolint",
"version": "1.0.3",
"main": "./lib/autolint",
"description": "Autolint watches your files for jslint-errors.",
"author": "Magnar Sveen <magnars@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/magnars/autolint.git"
},
"homepage": "https://github.com/magnars/autolint",
"scripts": {
"test": "buster test"
},
"engines": {
"node": "~0.6"
},
"bin": {
"autolint": "./bin/autolint"
},
"dependencies": {
"glob": "~3.0",
"growl": "~1.1",
"underscore": "~1.1",
"buster-promise": "~0.3"
},
"devDependencies": {
"buster": "~0.3"
},
"keywords": [
"JavaScript",
"lint",
"jslint",
"jshint"
],
"licenses": [
{
"type": "Modified MIT / BSD",
"url": "https://github.com/magnars/autolint/blob/master/LICENSE"
}
]
}