UNPKG

@monajs/rn-px2dp

Version:

rn 项目屏幕适配解决方案

38 lines (37 loc) 947 B
{ "name": "@monajs/rn-px2dp", "version": "1.5.0", "description": "rn 项目屏幕适配解决方案", "main": "index.js", "scripts": { "test": "mocha", "babel": "rm -rf lib&&babel src --out-dir lib" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/monajs/rn-px2dp.git" }, "keywords": [ "react-native", "px2dp" ], "author": "yangxi", "license": "ISC", "bugs": { "url": "https://github.com/monajs/rn-px2dp/issues" }, "homepage": "https://github.com/monajs/rn-px2dp#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.26.0", "chai": "^4.2.0", "mocha": "^6.0.0", "react-native": "^0.59.3" } }