forked from github/opensource.guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 987 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
{
"name": "open-source-guide",
"private": true,
"scripts": {
"test": "script/test"
},
"devDependencies": {
"async": "^2.0.0",
"download": "^5.0.3",
"ebrew": "^0.1.1",
"fastmatter": "^1.1.1",
"glob": "^7.0.5",
"ignore": "^3.1.3",
"js-yaml": "^3.6.1",
"kindlegen": "^1.1.0",
"mkdirp": "^0.5.1",
"remark-lint": "^5.0.0",
"remark-parse": "^2.0.0",
"remark-retext": "^2.0.0",
"remark-stringify": "^2.0.0",
"retext-english": "^2.0.0",
"retext-equality": "^2.3.2",
"retext-quotes": "^1.0.0",
"retext-readability": "^3.0.0",
"retext-repeated-words": "^1.0.0",
"retext-sentence-spacing": "^1.0.0",
"retext-simplify": "^3.0.0",
"retext-words": "bkeepers/retext-words",
"slug": "^0.9.1",
"to-vfile": "^2.1.0",
"unified": "^5.0.0",
"unist-util-visit": "^1.1.1",
"vfile-reporter": "^3.0.0",
"vfile-statistics": "^1.0.0"
},
"dependencies": {
"primer-css": "^4.7.0"
}
}