-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 740 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 740 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
{
"name": "reactjs-conf-2016",
"version": "0.0.0",
"description": "Hello Exponent!",
"main": "main.js",
"author": null,
"dependencies": {
"@exponent/react-native-link": "0.0.1",
"moment": "^2.11.1",
"react-native": "github:exponentjs/react-native#2016-01-02",
"react-native-infinite-scroll-view": "^0.3.1",
"react-native-parsed-text": "0.0.10",
"react-native-refreshable-listview": "^1.3.0",
"react-native-scrollable-tab-view": "^0.3.4",
"react-native-tab-navigator": "^0.2.15",
"react-native-url-handler": "^0.4.2"
},
"exp": {
"name": "ReactJS Conf 2016",
"iconUrl": "http://charca.me/images/reactjs-conf/logo.png",
"orientation": "portrait",
"sdkVersion": "4.0.0"
}
}