build
Showing
.babelrc
0 → 100644
.gitignore
0 → 100644
npm-debug.log
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| { | ||
| "name": "react-native-canvas", | ||
| "name": "@hisense/react-native-canvas", | ||
| "license": "MIT", | ||
| "version": "0.1.26", | ||
| "version": "0.1.27", | ||
| "main": "dist/Canvas.js", | ||
| "scripts": { | ||
| "build": "babel src --out-dir dist --copy-files --compact false && node bundle-html.js ./dist/index.html", | ||
| ... | ... | @@ -23,5 +23,13 @@ |
| "ctx-polyfill": "^1.1.4", | ||
| "react-native-webview": "^5.2.0" | ||
| }, | ||
| "repository": "https://github.com/iddan/react-native-canvas" | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "http://gitlab.shop.hisense.com/wangduo3/react-native-canvas" | ||
| }, | ||
| "description": "<div align=\"center\"> <img src=\"https://emojipedia-us.s3.amazonaws.com/thumbs/240/apple/96/fireworks_1f386.png\"/> <h1>react-native-canvas</h1> </div>", | ||
| "directories": { | ||
| "example": "example" | ||
| }, | ||
| "author": "" | ||
| } |
Please register or sign in to comment