forked from Atharva-System/rn-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 795 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
33
34
{
"name": "as-components",
"version": "1.0.4",
"description": "A simple and customized reuseable components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atharvasystem/rn-components.git"
},
"keywords": [
"react-native",
"react",
"ios",
"android",
"mobile",
"react",
"components",
"as",
"AS"
],
"author": "AtharvaSystem",
"license": "MIT",
"homepage": "https://github.com/atharvasystem/rn-components#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.51.1",
"react": "^16.9.0",
"react-native": "^0.61.5",
"react-native-responsive-fontsize": "^0.4.3"
},
"dependencies": {}
}