-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 843 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"private": true,
"name": "diceapp",
"description": "Simple Dice App for Android and iOS made in ReactNative",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/sebastianvitterso/DiceApp.git"
},
"author": "seb",
"license": "ISC",
"bugs": {
"url": "https://github.com/sebastianvitterso/DiceApp/issues"
},
"homepage": "https://github.com/sebastianvitterso/DiceApp#readme"
}