UNPKG

781 BJSONView Raw
1{
2 "name": "react-skylight",
3 "version": "0.1.1",
4 "description": "A react component for modals and dialogs.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@github.com:marcio/react-skylight.git"
12 },
13 "bugs": "https://github.com/marcio/react-skylight/issues",
14 "keywords": [
15 "React",
16 "Modal",
17 "Dialog"
18 ],
19 "tags": [
20 "react",
21 "modal",
22 "dialog"
23 ],
24 "author": "Marcio Gasparotto",
25 "license": "MIT",
26 "browserify": {
27 "transform": [
28 [
29 "reactify"
30 ]
31 ]
32 },
33 "peerDependencies": {
34 "react": "^0.12.x"
35 },
36 "devDependencies": {
37 "react": "0.12.x",
38 "browserify": "^8.0.3",
39 "reactify": "^0.17.1"
40 }
41}