-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 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
32
33
34
35
{
"name": "Locator",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"apsl-react-native-button": "^3.0.2",
"async": "^2.1.4",
"express": "^4.14.0",
"haversine": "^1.0.1",
"log4js": "^1.1.0",
"logger": "0.0.1",
"mongoose": "^4.7.6",
"react": "15.4.1",
"react-native": "^0.39.2",
"react-native-maps": "^0.12.2",
"rnpm": "^1.9.0",
"watchman": "^0.1.8",
"superagent": "^3.3.1"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.0.0",
"moment": "^2.17.1",
"react-test-renderer": "15.4.1",
"underscore": "^1.8.3"
},
"jest": {
"preset": "react-native"
}
}