UNPKG

patchkit-vertical-filled

Version:
55 lines (54 loc) 1.18 kB
{ "name": "patchkit-vertical-filled", "version": "1.0.1", "description": "Height: 100% that works", "main": "index.jsx", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/patchkit/patchkit-vertical-filled.git" }, "keywords": [ "react" ], "author": "Paul Frazee <pfrazee@gmail.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/patchkit/patchkit-vertical-filled/issues" }, "homepage": "https://github.com/patchkit/patchkit-vertical-filled#readme", "dependencies": { "react": "^0.14.6", "react-dom": "^0.14.8" }, "devDependencies": { "babel": "^6.3.26", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "babelify": "^7.2.0", "browserify": "^13.0.0" }, "browserify": { "transform": [ [ "envify", { "global": true } ], [ "babelify", { "presets": [ "es2015", "stage-0", "react" ] } ] ] } }