forked from futurepress/react-native-static-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 960 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
38
{
"name": "react-native-static-server",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "git+https://github.com/futurepress/react-native-static-server.git",
"baseUrl": "https://github.com/futurepress/react-native-static-server"
},
"homepage": "https://github.com/futurepress/react-native-static-server",
"title": "React Native Static Server",
"description": "HTTP static file server for React Native",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": {
"name": "Fred Chasen",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"files": [
"android",
"ios",
"index.js",
"index.d.ts",
"react-native-static-server.podspec"
]
}