UNPKG

react-flex-layout

Version:
61 lines (60 loc) 1.81 kB
{ "name": "react-flex-layout", "version": "0.9.6", "description": "Simple layouts for full screen React applications", "main": "dist/react-flex-layout.min.js", "repository": { "type": "git", "url": "https://github.com/AdaptiveConsulting/react-flex-layout" }, "keywords": [ "react", "react-component", "flex", "layout" ], "scripts": { "dev": "webpack-dev-server --progress --colors --hot -d --config _webpack.config.js", "build:dev": "webpack", "prebuild:demo": "npm run build:dist", "build:demo": "webpack --config _webpack.demo.config.js", "build:dist": "webpack --config _webpack.dist.config.js --optimize-minimize", "test": "karma start _karma.conf.js", "test-watch": "karma start _karma.conf.js --autowatch --no-single-run", "prepublish": "npm run build:dist" }, "author": "Adaptive Consulting, Jake Ginnivan <jake@ginnivan.net>", "license": "MIT", "devDependencies": { "babel-core": "^5.2.3", "babel-loader": "^5.0.0", "babel-runtime": "^5.2.3", "css-loader": "^0.12.0", "domready": "^1.0.8", "eslint": "^0.20.0", "eslint-plugin-react": "^2.2.0", "expect": "^1.6.0", "karma": "^0.13.3", "karma-chrome-launcher": "^0.2.0", "karma-mocha": "^0.1.10", "karma-phantomjs-launcher": "^1.0.0", "karma-webpack": "^1.7.0", "location-bar": "^2.0.0", "mocha": "^2.2.4", "phantomjs-prebuilt": "^2.1.7", "react": "^0.14.0", "react-addons-test-utils": "^0.14.0", "react-dom": "^0.14.0", "sinon": "^1.14.1", "style-loader": "^0.12.1", "webpack": "^1.8.11", "webpack-dev-server": "^1.8.2" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0", "react-dom": "^0.14.0 || ^15.0.0" }, "dependencies": { "events": "^1.0.2" } }