UNPKG

react-native-xlog-marer

Version:
41 lines (40 loc) 869 B
{ "name": "react-native-xlog-marer", "version": "0.5.1", "description": "Wecha's Xlog framework for react-native", "main": "index.js", "scripts": { "test": "jest" }, "jest": { "verbose": true, "bail": true, "scriptPreprocessor": "node_modules/babel-jest", "setupEnvScriptFile": "jestSupport/mockStorage.js" }, "files": [ "android", "ios", "index.js", "README.md" ], "repository": { "type": "git", "url": "git@github.com:EngsShi/react-native-xlog.git" }, "keywords": [ "xlog", "mars", "react-native" ], "author": "EngsSH <sh9701403@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/EngsShi/react-native-xlog" }, "homepage": "https://github.com/EngsShi/react-native-xlog", "devDependencies": { "babel-jest": "^5.3.0", "jest-cli": "^0.8.0" } }