-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 717 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 717 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
{
"name": "react-native-template-basic-app",
"version": "0.2.0",
"author": "Luciano Lima <beavess+npm@gmail.com>",
"description": "Template to create a new React Native project with ESLint, Prettier, Flow and Enzyme",
"homepage": "https://github.com/lucianomlima/react-native-template-basic",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucianomlima/react-native-template-basic/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:lucianomlima/react-native-template-basic.git"
},
"keywords": [
"react-native",
"template",
"eslint",
"prettier",
"flow",
"enzyme"
],
"scripts": {
"postversion": "git push && git push --tags"
}
}