-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
executable file
·43 lines (43 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
41
42
43
{
"name": "AwesimSteps",
"version": "0.1.0",
"private": true,
"description": "React Native step counter for iOS (HealthKit) and Android (Google Fit)",
"repository": {
"type": "git",
"url": "https://github.com/asmalik107/AwesimSteps"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"keywords": [
"react-native",
"ios",
"android",
"redux"
],
"author": {
"name": "Asim Malik",
"email": "[email protected]",
"url": "http://asim-malik.com"
},
"license": "ISC",
"dependencies": {
"immutable": "^3.7.6",
"install": "^0.6.1",
"lodash": "^4.11.1",
"moment": "^2.12.0",
"npm": "^3.8.6",
"react": "^0.14.8",
"react-native": "^0.24.0-rc4",
"react-native-blur": "^0.7.10",
"react-native-circular-progress": "0.0.5",
"react-native-linear-gradient": "^1.5.3",
"react-native-router-flux": "^3.2.11",
"react-native-vector-icons": "^1.3.4",
"react-redux": "^4.4.5",
"redux": "^3.4.0",
"redux-thunk": "^2.0.1",
"sudo": "^1.0.3"
}
}