forked from rowanmanning/joblint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (37 loc) · 1.01 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
{
"name": "joblint",
"version": "1.3.0",
"description": "Test tech job specs for issues with sexism, culture, expectations, and recruiter fails.",
"keywords": [ "job", "lint" ],
"author": "Rowan Manning (http://rowanmanning.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rowanmanning/joblint.git"
},
"homepage": "https://github.com/rowanmanning/joblint",
"bugs": "https://github.com/rowanmanning/joblint/issues",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"chalk": "0.2",
"commander": "~2.0",
"dedupe": "~0.2",
"flatten": "~0.0",
"pad-component": "~0.0",
"slugg": "~0.1",
"wordwrap": "~0.0"
},
"devDependencies": {
"jshint": "~2.1",
"mocha": "~1.13",
"mockery": "~1.4",
"proclaim": "~2.0",
"sinon": "~1.7"
},
"main": "./lib/joblint.js",
"bin": {
"joblint": "./bin/joblint.js"
}
}