react-z-index
Version:
Easily manage global component z-index
56 lines (55 loc) • 1.21 kB
JSON
{
"name": "react-z-index",
"version": "3.0.0",
"description": "Easily manage global component z-index",
"main": "index.js",
"jsnext:main": "index.js",
"scripts": {
"lint": "standard index.js",
"test": "node test.js",
"prepublish": "npm run -s lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sdgluck/react-z-index.git"
},
"author": "Sam Gluck <sdgluck@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdgluck/react-z-index/issues"
},
"keywords": [
"react",
"zIndex",
"z-index",
"z",
"index",
"top",
"bottom",
"before",
"after"
],
"homepage": "https://github.com/sdgluck/react-z-index#readme",
"peerDependencies": {
"react": "^16.7.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"jsdom": "^9.12.0",
"jsdom-global": "^2.1.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"rewire": "^4.0.1",
"rimraf": "^2.5.2",
"standard": "^12.0.1",
"tape": "^4.5.1"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"prop-types": "^15.6.2"
}
}