-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 711 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 711 Bytes
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
{
"name": "create-react-blog",
"description": "Initialize a React blog with create-react-app, MDX, and Navi",
"version": "0.11.3",
"license": "MIT",
"author": "James K Nelson <james@frontarm.com>",
"bin": {
"create-react-blog": "create-react-blog.js"
},
"repository": {
"type": "git",
"url": "https://github.com/frontarm/create-react-blog.git"
},
"keywords": [
"mdx",
"blog",
"react",
"navi"
],
"dependencies": {
"chalk": "1.1.3",
"commander": "2.18.0",
"cross-spawn": "6.0.5",
"envinfo": "6.0.1",
"fs-extra": "7.0.1",
"hyperquest": "2.1.3",
"tar-pack": "3.4.1",
"tmp": "0.0.33",
"validate-npm-package-name": "3.0.0"
}
}