-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 895 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
35
36
37
{
"name": "nascentkit-react-native",
"version": "0.1.1",
"description": "",
"keywords": [
"react",
"native",
"component",
"library"
],
"author": "Simeon de Dios <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nascentdigital/nascentkit-react-native.git"
},
"bugs": {
"url": "https://github.com/nascentdigital/nascentkit-react-native/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/nascentdigital/nascentkit-react-native#Readme.md",
"directories": {
"doc": "doc",
"lib": "src",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "src/index.js",
"dependencies": {},
"devDependencies": {
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-native": "^0.57.3"
}
}