-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 729 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 729 Bytes
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
{
"name": "react-native-football-lineup",
"version": "0.0.3",
"description": "React Native library to generate a football field, with team training.",
"repository": {
"type": "git",
"url": "https://github.com/gaetanozappi/react-native-football-lineup.git"
},
"bugs": {
"url": "https://github.com/gaetanozappi/react-native-football-lineup/issues"
},
"homepage": "https://github.com/gaetanozappi/react-native-football-lineup#readme",
"main": "FootballField.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"football",
"lineup"
],
"author": "Gaetano Zappi",
"license": "Apache License 2.0",
"peerDependencies": {}
}