-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 737 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 737 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
{
"name": "react-markdown-file",
"version": "0.0.4",
"description": "React component to retrieve and render a standalone markdown file",
"homepage": "http://adamrneary.com/react-markdown-file",
"repository": {
"type": "git",
"url": "git://github.com/adamrneary/react-markdown-file"
},
"bugs": {
"url": "git://github.com/adamrneary/react-markdown-file/issues"
},
"main": "./index.js",
"keywords": [
"react",
"react-component",
"markdown",
"component"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Adam Neary (adamrneary)",
"license": "MIT",
"dependencies": {
"lodash": "^2.4.1",
"marked": "^0.3.3",
"react": "^0.11.0"
}
}