-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 911 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 911 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
26
27
28
29
30
31
32
{
"name": "desafio-react-native",
"version": "2.0.0",
"description": "Popcode React Native Code Challenge",
"main": "index.js",
"scripts": {
"server": "cd server && npm start",
"setup:app": "cd app && yarn && cd ..",
"setup:server": "git submodule init && git submodule update && cd server && npm install && cd ..",
"setup": "npm run setup:server && npm run setup:app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PopcodeMobile/desafio-react-native.git"
},
"keywords": [
"Popcode",
"Mobile",
"Solutions",
"React",
"Native",
"Code",
"Challenge"
],
"author": "Popcode",
"license": "MIT",
"bugs": {
"url": "https://github.com/PopcodeMobile/desafio-react-native/issues"
},
"homepage": "https://github.com/PopcodeMobile/desafio-react-native#readme"
}