UNPKG

electron-jsx-hotload

Version:

JSX Transformation and ReactComponent Hot-Loading for Electron Apps

37 lines (36 loc) 992 B
{ "name": "electron-jsx-hotload", "version": "1.0.0", "description": "JSX Transformation and ReactComponent Hot-Loading for Electron Apps", "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/pipobscure/electron-jsx-hotload.git" }, "keywords": [ "React", "Electron", "JSX", "Hot-Reload" ], "author": { "name": "Philipp Dunkel", "email": "pip@pipobscure.com", "url": "https://github.com/pipobscure" }, "license": "MIT", "bugs": { "url": "https://github.com/pipobscure/electron-jsx-hotload/issues" }, "homepage": "https://github.com/pipobscure/electron-jsx-hotload#readme", "dependencies": { "babel-core": "^6.22.1", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.22.0" }, "peerDependencies": { "chokidar": "^1.6.1", "react": "^15.4.2" } }