-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 928 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
{
"name": "hound-jshint",
"version": "0.0.1",
"engines": {
"node": "4.1.1"
},
"description": "JSHint Linter for Hound",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "qunit -c index.js -t tests/*-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thoughtbot/hound-jshint.git"
},
"keywords": [
"hound",
"jshint",
"linter",
"worker"
],
"author": "Sean Doyle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thoughtbot/hound-jshint/issues"
},
"homepage": "https://github.com/thoughtbot/hound-jshint#readme",
"dependencies": {
"hound-javascript": "0.0.2",
"jshint": "^2.8.0",
"node-resque": "^1.3.0",
"redis": "^2.1.0",
"rsvp": "^3.1.0",
"strip-json-comments": "^2.0.0"
},
"devDependencies": {
"fakeredis": "^0.3.3",
"qunit": "^0.7.7"
}
}