-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 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
{
"name": "RapPadMobile",
"version": "1.0.0",
"description": "RapPad Mobile, the mobile companion to RapPad",
"author": "RapPad (www.rappad.co)",
"license": "MIT",
"scripts": {
"android-setup-port": "adb reverse tcp:8081 tcp:8080",
"bundle": "rnws bundle",
"test": "eslint src",
"start": "rnws start"
},
"repository": {
"type": "git",
"url": "https://github.com/Overload119/RapPad-Mobile-React-Native.git"
},
"engines": {
"node": ">=4",
"npm": ">=2 <4"
},
"dependencies": {
"@exponent/react-native-navigator": "^0.3.7",
"@remobile/react-native-mongoose": "^1.0.0",
"es6-react-mixins": "^0.2.1",
"frisbee": "^0.2.0",
"moment": "^2.11.1",
"qs": "^6.0.2",
"react-native": "0.19.0",
"react-native-android-tablayout": "^0.1.0",
"react-native-facebook-login": "^1.0.3",
"react-native-storage": "0.0.12",
"react-native-vector-icons": "^1.1.0",
"uuid": "^2.0.1"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.11.2"
}
}