summaryrefslogtreecommitdiffhomepage
path: root/gui/packages/mobile/package.json
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-07-18 15:07:37 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-08-15 17:39:38 +0200
commit71592249b2dd669b6f24f37bfb7b0f4e43b74998 (patch)
treea6097dc7e5d94d06e99c65fdfe160e824395f50c /gui/packages/mobile/package.json
parente84e87f4ce5a8c242f756566cdc6fb59a45f7bea (diff)
downloadmullvadvpn-71592249b2dd669b6f24f37bfb7b0f4e43b74998.tar.xz
mullvadvpn-71592249b2dd669b6f24f37bfb7b0f4e43b74998.zip
Add workspaces
Diffstat (limited to 'gui/packages/mobile/package.json')
-rw-r--r--gui/packages/mobile/package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/gui/packages/mobile/package.json b/gui/packages/mobile/package.json
new file mode 100644
index 0000000000..16fdfad070
--- /dev/null
+++ b/gui/packages/mobile/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "mobile",
+ "version": "0.1.0",
+ "private": true,
+ "productName": "Mullvad VPN",
+ "description": "Mullvad VPN client",
+ "author": {
+ "name": "Mullvad VPN",
+ "email": "support@mullvad.net"
+ },
+ "repository": "https://github.com/mullvad/mullvadvpn-app",
+ "license": "GPL-3.0",
+ "dependencies": {
+ "@mullvad/components": "0.1.0",
+ "react": "^16.0.0",
+ "react-native": "^0.56",
+ "reactxp": "^1.3.3"
+ },
+ "devDependencies": {
+ "@babel/cli": "7.0.0-beta.47",
+ "@babel/core": "7.0.0-beta.47",
+ "babel-preset-react-native": "^5"
+ },
+ "scripts": {
+ "postinstall": "node ./postinstall.js",
+ "eject": "react-native eject",
+ "develop:android": "react-native run-android --simulator",
+ "develop:ios": "react-native run-ios --simulator",
+ "test": "echo '1' ; exit 1"
+ }
+}