UNPKG

1.03 kBJSONView Raw
1{
2 "name": "react-skylight",
3 "version": "0.3.0",
4 "description": "A react component for modals and dialogs.",
5 "main": "lib/skylight.js",
6 "scripts": {
7 "build": "babel src -d lib",
8 "watch": "babel src --watch -d lib",
9 "lint": "eslint src"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git@github.com:marcio/react-skylight.git"
14 },
15 "bugs": "https://github.com/marcio/react-skylight/issues",
16 "keywords": [
17 "React",
18 "Modal",
19 "Dialog",
20 "react-component"
21 ],
22 "tags": [
23 "react",
24 "modal",
25 "dialog"
26 ],
27 "author": "Marcio Gasparotto",
28 "license": "MIT",
29 "peerDependencies": {
30 "react": "*"
31 },
32 "dependencies": {
33 },
34 "devDependencies": {
35 "babel-core": "^6.3.26",
36 "babel-eslint": "^5.0.0-beta6",
37 "babel-loader": "^6.2.1",
38 "babel-preset-es2015": "^6.3.13",
39 "babel-preset-react": "^6.3.13",
40 "babel-preset-stage-0": "^6.3.13",
41 "eslint": "^1.10.3",
42 "eslint-plugin-react": "^3.14.0",
43 "jest-cli": "^0.2.1",
44 "react": "^0.14.5"
45 }
46}