forked from 7kfpun/FinanceReactNative
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
{
"name": "Finance",
"version": "0.0.1",
"description": "iOS's Stocks App clone written in React Native for demo purpose. Data is pulled from Yahoo Finance.",
"main": "index.js",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7kfpun/FinanceReactNative.git"
},
"keywords": [
"react-native",
"android",
"ios",
"finance",
"stocks",
"yahoo-finance"
],
"author": "kf <7kfpun@gmail.com> (https://github.com/7kfpun)",
"license": "MIT",
"bugs": {
"url": "https://github.com/7kfpun/FinanceReactNative/issues"
},
"homepage": "https://github.com/7kfpun/FinanceReactNative#readme",
"dependencies": {
"react": "^0.14.0",
"react-native": "^0.13.1",
"react-native-navbar": "^1.0.3",
"react-native-refreshable-listview": "^1.3.0",
"react-native-simple-store": "^0.1.0",
"react-native-viewpager": "^0.1.2",
"reflux": "^0.3.0"
},
"devDependencies": {}
}