-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 853 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": "react-overlay",
"version": "0.1.7",
"description": "A React Component used to overlay content.",
"main": "dist/App.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"README.md",
"dist/**"
],
"repository": {
"type": "git",
"url": "https://github.com/mfunkie/react-overlay.git"
},
"keywords": [
"React",
"react-component",
"Overlay"
],
"author": "Mark Funk",
"license": "MIT",
"bugs": {
"url": "https://github.com/mfunkie/react-overlay/issues"
},
"homepage": "https://github.com/mfunkie/react-overlay",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"react-docgen": "^1.3.0"
},
"dependencies": {
"react": "^0.13.3"
},
"scripts": {
"docs": "react-docgen dist/ --pretty --o ./docs.json"
}
}