-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 944 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
{
"name": "podspec-generator",
"version": "0.2.2",
"description": "Automatic Podfile generator based on a module's package.json, for React Native modules on iOS.",
"main": "./lib/index.js",
"preferGlobal": "true",
"bin": {
"podspec-generator": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/adamski/podspec-generator.git"
},
"keywords": [
"cocoapods",
"podspec",
"react-native",
"ios"
],
"author": "Adam Wilson",
"license": "ISC",
"bugs": {
"url": "https://github.com/adamski/podspec-generator/issues"
},
"homepage": "https://github.com/adamski/podspec-generator#readme",
"dependencies": {
"camelcase": "^3.0.0",
"change-case": "^3.0.0",
"email-addresses": "^2.0.2",
"jsonfile": "^2.4.0",
"minimist": "^1.2.0",
"path-resolve": "0.0.1"
}
}