UNPKG

@tuya-oh/react-native-dash

Version:

A <Dash /> component for react-native to draw dashed or dotted lines

53 lines (52 loc) 1.43 kB
{ "name": "@tuya-oh/react-native-dash", "version": "0.0.11-0.0.1", "description": "A <Dash /> component for react-native to draw dashed or dotted lines", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel --presets=es2015,react --plugins=transform-object-rest-spread Dash.js --out-file dist/index.js", "prepare": "npm run build", "prepush": "npm run build", "precommit": "npm run build" }, "repository": { "type": "git", "url": "https://gitee.com/rn-mi/ty-react-native-dash" }, "keywords": [ "line", "lines", "react-native", "react", "dashes", "dashed", "dash", "dotted", "dashed-lines", "dotted-lines", "harmony" ], "harmony": { "alias": "react-native-dash" }, "author": "Pawan Kumar", "license": "MIT", "bugs": { "url": "https://gitee.com/rn-mi/ty-react-native-dash/issues" }, "homepage": "https://gitee.com/rn-mi/ty-react-native-dash", "dependencies": { "react-native-measureme": "0.0.2", "prop-types": "^15.5.10", "react-native-dash": "0.0.11" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "husky": "^3.0.4" }, "types": "index.d.ts" }