-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 KB
/
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
46
47
{
"name": "generator-rnc",
"version": "0.1.4",
"description": "Scaffold a ready-to-go react-native component",
"repository": "https://github.com/brh55/generator-rnc.git",
"homepage": "https://github.com/brh55/generator-rnc#readme",
"license": "MIT",
"author": {
"name": "Brandon Him",
"email": "brandonhim@live.com",
"url": "https://github.com/brh55"
},
"bugs": {
"url": "https://github.com/brh55/generator-rnc/issues"
},
"files": [
"app/"
],
"keywords": [
"react-native",
"react-native component",
"yeoman generator",
"react-native generator",
"scaffold",
"automate",
"prevention of tedious stuff"
],
"dependencies": {
"chalk": "^2.0.1",
"humanize-url": "^1.0.1",
"normalize-url": "^1.9.1",
"underscore.string": "^3.3.4",
"yeoman-generator": "^1.1.1",
"yosay": "^2.0.0"
},
"devDependencies": {
"ava": "^0.21.0",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.7.0"
},
"ava": {
"files": [
"test.js",
"!app/*"
]
}
}