forked from sentiance/react-native-sentiance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-vDO0A9WWEk8MAQlIbIwOuHc4PzGLrbGksZxTPJEuDBkVLVjjEFm8cNJMQVRIea3COz9rra6kPvo6qj4ShjncmA==",
"_location": "/react-native-sentiance",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-sentiance",
"escapedName": "react-native-sentiance",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-sentiance/-/react-native-sentiance-3.0.1.tgz",
"_shasum": "a2dcb23b41c7a893f2e755212279b22a855c6192",
"_spec": "[email protected]",
"_where": "/Users/gustavorodrigues/Projetos/GPA/gpa-pamais-rn",
"author": "",
"bugs": {
"url": "https://github.com/sentiance/react-native-sentiance/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React Native library for the Sentiance SDK",
"homepage": "https://github.com/sentiance/react-native-sentiance#readme",
"keywords": [
"react-native"
],
"license": "",
"main": "index.js",
"name": "react-native-sentiance",
"peerDependencies": {
"react-native": "^0.59.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sentiance/react-native-sentiance.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.0.1"
}