forked from Level/awesome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.4 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.4 KB
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
50
51
52
{
"name": "level-awesome",
"version": "0.0.1",
"description": "Tooling to update the README for level/awesome",
"private": true,
"license": "MIT",
"scripts": {
"test": "standard && npm run dependency-check",
"awesome": "node src README.md modules/* && hallmark --fix CONTRIBUTORS.md LICENSE.md",
"dependency-check": "dependency-check . src/*.js -i hallmark -i dependency-check -i level-community -i standard"
},
"dependencies": {},
"devDependencies": {
"dependency-check": "^4.1.0",
"glob": "^7.1.2",
"hallmark": "^2.0.0",
"intersperse": "^1.0.0",
"level-community": "^3.0.0",
"map-limit": "0.0.1",
"mdast-util-heading-range": "^2.1.0",
"packument": "^1.0.0",
"packument-package": "^1.0.0",
"remark": "^11.0.1",
"remark-collapse": "~0.1.2",
"remark-github": "^8.0.0",
"remark-stringify": "^7.0.1",
"remark-toc": "^7.0.0",
"semver": "^6.1.1",
"sentence-case": "^2.1.1",
"standard": "^14.0.0",
"thunky-with-args": "^1.0.0",
"to-vfile": "^6.0.0",
"unist-builder": "^2.0.0",
"unist-util-visit": "^2.0.0",
"vfile-reporter": "^6.0.0"
},
"hallmark": {
"community": "level-community"
},
"repository": {
"type": "git",
"url": "https://github.com/Level/awesome.git"
},
"homepage": "https://github.com/Level/awesome",
"keywords": [
"awesome",
"level"
],
"engines": {
"node": ">=8"
}
}