UNPKG

973 BJSONView Raw
1{
2 "name": "react-skylight",
3 "version": "0.2.0",
4 "description": "A react component for modals and dialogs.",
5 "main": "index.js",
6 "scripts": {
7 "test": "jest"
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 "react-component"
19 ],
20 "tags": [
21 "react",
22 "modal",
23 "dialog"
24 ],
25 "author": "Marcio Gasparotto",
26 "license": "MIT",
27 "browserify": {
28 "transform": [
29 [
30 "reactify"
31 ]
32 ]
33 },
34 "peerDependencies": {
35 "react": ">=0.12.0 <1.0.0"
36 },
37 "dependencies": {
38 "react": "*",
39 "react-tools": "*",
40 "browserify": "^8.0.3",
41 "reactify": "^0.17.1"
42 },
43 "jest": {
44 "scriptPreprocessor": "preprocessor.js",
45 "unmockedModulePathPatterns": [
46 "node_modules/react"
47 ]
48 },
49 "devDependencies": {
50 "jest-cli": "^0.2.1"
51 }
52}