mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-17 07:59:17 +08:00
Summary: This will allow publishing the package to npm. Reviewed By: davidaurelio Differential Revision: D14083973 fbshipit-source-id: b5f68b87b82a3b6bc644727de403bd449ec17239
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"name": "react-native-symbolicate",
|
|
"version": "0.0.2",
|
|
"description": "A tool to find the source location from JS bundles and stack traces.",
|
|
"license": "MIT",
|
|
"main": "./symbolicate.js",
|
|
"bin": "./symbolicate.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.3"
|
|
},
|
|
"files": [
|
|
"BUCK",
|
|
"symbolicate.js",
|
|
"Symbolication.js"
|
|
],
|
|
"dependencies": {
|
|
"source-map": "^0.5.6",
|
|
"through2": "^2.0.1"
|
|
}
|
|
}
|