UNPKG

rn-classnames

Version:

Conditionally concatenate react-native StyleSheet-Objects together

74 lines (73 loc) 1.55 kB
{ "name": "rn-classnames", "version": "1.0.1", "description": "Conditionally concatenate react-native StyleSheet-Objects together", "main": "build.js", "scripts": { "test": "jest", "test:coverage": "jest --coverage --coverageReporters=text-lcov | coveralls", "test:watch": "jest --watch", "build": "babel index.js --out-file build.js", "prepublish": "npm run build", "prepublishOnly": "np --no-publish" }, "repository": { "type": "git", "url": "git+https://github.com/entwicklerstube/rn-classnames.git" }, "engines": { "node": ">=8" }, "files": [ "build.js" ], "keywords": [ "react-native", "css", "scss", "classnames", "util", "utility", "concat", "jsx", "name", "names", "class-names", "classes", "join", "concat", "stylesheet", "style-sheet" ], "author": "Michael J. Zoidl", "license": "MIT", "bugs": { "url": "https://github.com/entwicklerstube/rn-classnames/issues" }, "homepage": "https://github.com/entwicklerstube/rn-classnames#readme", "babel": { "presets": [ "minify", [ "env", { "targets": { "node": "8" } } ] ] }, "jest": { "setupTestFrameworkScriptFile": "jest-extended" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-minify": "^0.4.3", "coveralls": "^3.0.2", "jest": "^23.2.0", "jest-extended": "^0.7.2", "np": "^3.0.4" } }