-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
34 lines (34 loc) · 861 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
{
"name": "react-bsod",
"version": "1.0.4",
"description": "A Blue Screen Of Death (bsod) component to display your errors.",
"main": "index.js",
"keywords": [
"blue-screen-of-death",
"bsod",
"react",
"react-native"
],
"author": "Jess Telford <[email protected]> (http://jes.st)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jesstelford/react-bsod.git"
},
"bugs": {
"url": "https://github.com/jesstelford/react-bsod/issues"
},
"homepage": "https://github.com/jesstelford/react-bsod",
"devDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"create-react-class": "^15.5.3",
"redbox-react": "^1.3.0"
}
}