forked from rowanmanning/joblint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (34 loc) · 951 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
{
"name": "joblint",
"version": "1.0.2",
"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",
"pad-component": "~0.0",
"slugg": "~0.1"
},
"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"
}
}