-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 771 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 771 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-template-vis-typescript",
"version": "0.0.10",
"description": "Clean and minimalist React Native template for a quick start with TypeScript.",
"scripts": {
"prepublishOnly": "npm --no-git-tag-version version $TRAVIS_TAG"
},
"repository": {
"type": "git",
"url": "git+https://github.com/visuallylab/react-native-template-vis-typescript.git"
},
"keywords": [
"react-native",
"typescript",
"jest",
"template",
"boilerplate"
],
"author": "Chi-Hsuan Huang <chihsuan.tw@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/visuallylab/react-native-template-vis-typescript/issues"
},
"homepage": "https://github.com/visuallylab/react-native-template-vis-typescript#readme"
}