-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1011 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1011 Bytes
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
{
"name": "@applicaster/quick-brick-orientation-example",
"version": "0.1.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postpublish": "zappifest publish --manifest ./manifest/android.json && zappifest publish --manifest ./manifest/ios.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/applicaster-plugins/quick-brick-orientation-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/applicaster-plugins/quick-brick-orientation-example/issues"
},
"homepage": "https://github.com/applicaster-plugins/quick-brick-orientation-example#readme",
"dependencies": {
"@applicaster/zapp-react-native-bridge": "^2.2.0",
"ramda": "^0.26.1",
"react-native": "0.59.10"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-native": "^3.8.1"
}
}