-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 936 Bytes
/
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
{
"name": "rna-steps",
"version": "1.0.7",
"description": "React Native Steps Component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinothkumarrenganathan/rna-steps.git"
},
"peerDependencies": {
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.3",
"react-native-fontawesome": "^5.7.0",
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"babel-preset-react-native": "^4.0.1",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.1",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"author": "htoniv <vinoth.vinothrenga@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/vinothkumarrenganathan/rna-steps/issues"
},
"homepage": "https://github.com/vinothkumarrenganathan/rna-steps#readme"
}