-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 853 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-source-maps",
"version": "1.0.2",
"description": "Utilities to easily add support of Source Maps to your React Native project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React",
"Native",
"source",
"maps",
"crashlytics",
"log",
"crash",
"analysis"
],
"author": "Philip Shurpik",
"license": "MIT",
"dependencies": {
"react-native-fs": "^2.3.3",
"source-map": "0.5.6",
"stacktrace-js": "1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philipshurpik/react-native-source-maps.git"
},
"bugs": {
"url": "https://github.com/philipshurpik/react-native-source-maps/issues"
},
"homepage": "https://github.com/philipshurpik/react-native-source-maps#readme"
}