forked from poteto/hiring-without-whiteboards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
42
43
44
45
46
47
48
49
{
"name": "hiring-without-whiteboards",
"version": "0.1.0",
"description": "Companies that don't have a broken hiring process",
"main": "index.js",
"engines": {
"node": "11.x"
},
"scripts": {
"test": "node ./node_modules/remark-cli/cli.js README.md -f"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poteto/hiring-without-whiteboards.git"
},
"keywords": [
"hiring"
],
"author": "Lauren Tan <arr@sugarpirate.com> (http://www.sugarpirate.com)",
"license": "MIT",
"homepage": "https://github.com/poteto/hiring-without-whiteboards#readme",
"dependencies": {
"remark-cli": "^6.0.1",
"remark-lint": "^6.0.4",
"remark-lint-alphabetize-lists": "^2.0.1",
"remark-lint-hiring-without-whiteboards-links": "^0.3.2",
"remark-lint-no-tabs": "^1.0.2",
"remark-lint-no-trailing-spaces": "^2.0.0",
"remark-lint-no-url-trailing-slash": "^3.0.1",
"remark-lint-unordered-list-marker-style": "^1.0.2",
"remark-preset-lint-recommended": "^3.0.2"
},
"remarkConfig": {
"plugins": [
"lint",
"remark-preset-lint-recommended",
"remark-lint-no-tabs",
"remark-lint-no-trailing-spaces",
"remark-lint-unordered-list-marker-style",
"remark-lint-no-url-trailing-slash",
"remark-lint-hiring-without-whiteboards-links",
"lint-alphabetize-lists",
[
"remark-lint-list-item-indent",
false
]
]
}
}