-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "react-native-piano-sdk",
"title": "React Native Piano Sdk",
"version": "1.1.6",
"description": "React Native Piano Sdk",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shukerullah/react-native-piano-sdk.git",
"baseUrl": "https://github.com/shukerullah/react-native-piano-sdk"
},
"keywords": [
"react-native",
"piano-id",
"piano-composer",
"piano-insight",
"tinypass",
"android",
"ios"
],
"author": "Pir Shukarullah Shah <[email protected]>",
"license": "MIT",
"licenseFilename": "LICENSE",
"bugs": {
"url": "https://github.com/shukerullah/react-native-piano-sdk/issues"
},
"homepage": "https://github.com/shukerullah/react-native-piano-sdk#readme",
"dependencies": {
"apisauce": "^1.1.1"
},
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}