-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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": "wayd",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "mocha test/modelsSpec.js"
},
"dependencies": {
"body-parser": "^1.14.2",
"chai": "^3.4.1",
"express": "^4.13.4",
"mocha": "^2.4.4",
"moment": "^2.11.1",
"nodemailer": "^2.0.0",
"path": "^0.12.7",
"pg-promise": "^3.0.6",
"react-native": "^0.18.1",
"react-native-contacts": "^0.2.1",
"react-native-google-places-autocomplete": "^1.1.6",
"react-native-icons": "^0.7.1",
"react-native-maps": "^0.2.3",
"react-native-material-kit": "^0.2.5",
"react-native-simple-auth": "^0.3.0",
"react-native-simple-store": "^0.1.0",
"react-native-swipeout": "^2.0.12",
"react-redux": "^4.0.6",
"redis": "^2.4.2",
"redux": "^3.0.5",
"redux-thunk": "^1.0.0",
"request": "^2.67.0",
"sql-load": "0.0.2"
},
"devDependencies": {
"chai": "^3.4.1",
"expect": "^1.13.4",
"mocha": "^2.4.4",
"supertest": "^1.1.0"
}
}