UNPKG

1.91 kBJSONView Raw
1{
2 "name": "react-skylight",
3 "version": "0.4.1",
4 "description": "A react component for modals and dialogs.",
5 "main": "lib/index.js",
6 "scripts": {
7 "build": "babel src -d lib",
8 "watch": "babel src --watch -d lib",
9 "develop": "karma start --tdd",
10 "karma": "karma start",
11 "test": "npm-run-all karma build"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git@github.com:marcio/react-skylight.git"
16 },
17 "bugs": "https://github.com/marcio/react-skylight/issues",
18 "keywords": [
19 "React",
20 "Modal",
21 "Dialog",
22 "react-component"
23 ],
24 "tags": [
25 "react",
26 "modal",
27 "dialog"
28 ],
29 "author": "Marcio Gasparotto",
30 "contributors": [
31 {
32 "name": "Chris Trevino",
33 "email": "darthtrevino@gmail.com"
34 }
35 ],
36 "license": "MIT",
37 "peerDependencies": {
38 "react": "^0.14.0 || ^15.0.1"
39 },
40 "devDependencies": {
41 "babel-core": "^6.3.26",
42 "babel-eslint": "^6.0.2",
43 "babel-loader": "^6.2.1",
44 "babel-preset-es2015": "^6.3.13",
45 "babel-preset-react": "^6.5.0",
46 "babel-preset-stage-0": "^6.3.13",
47 "chai": "^3.5.0",
48 "eslint": "^2.7.0",
49 "eslint-config-airbnb": "^6.2.0",
50 "eslint-loader": "^1.3.0",
51 "eslint-plugin-react": "^4.3.0",
52 "isparta-loader": "^2.0.0",
53 "jest-cli": "^0.10.0",
54 "karma": "^0.13.22",
55 "karma-chai": "^0.1.0",
56 "karma-chrome-launcher": "^0.2.3",
57 "karma-coverage": "^0.5.5",
58 "karma-mocha": "^0.2.2",
59 "karma-phantomjs-launcher": "^1.0.0",
60 "karma-sourcemap-loader": "^0.3.7",
61 "karma-webpack": "^1.7.0",
62 "mocha": "^2.4.5",
63 "npm-run-all": "^1.7.0",
64 "phantomjs-polyfill-object-assign": "0.0.2",
65 "phantomjs-prebuilt": "^2.1.7",
66 "react": "^15.0.1",
67 "react-addons-test-utils": "^15.0.1 || ^0.14.0",
68 "webpack": "^1.13.0"
69 },
70 "babel": {
71 "presets": [
72 "es2015",
73 "react",
74 "stage-0"
75 ],
76 "plugins": []
77 }
78}