-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1017 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
39
40
41
42
43
44
45
{
"name": "generator-react-native-tvos",
"version": "1.2.2",
"description": "React Native tvOS application generator",
"engines": {
"node": ">=8.0.0 <9.0.0"
},
"os": [
"darwin"
],
"author": "Catalin Rizea",
"repository": {
"type": "git",
"url": "git+https://github.com/catarizea/generator-react-native-tvos.git"
},
"homepage": "https://github.com/catarizea/generator-react-native-tvos#readme",
"bugs": {
"url": "https://github.com/catarizea/generator-react-native-tvos/issues"
},
"license": "MIT",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"react-native",
"tvOS"
],
"dependencies": {
"ejs": "2.5.7",
"execa": "0.9.0",
"fs-jetpack": "1.3.0",
"ip": "1.1.5",
"lodash": "4.17.5",
"ora": "2.0.0",
"platform": "1.3.5",
"plist": "2.1.0",
"pluralize": "7.0.0",
"random-string": "0.2.0",
"semver": "5.5.0",
"which": "1.3.0",
"yeoman-generator": "2.0.3",
"yosay": "2.0.1"
}
}