-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.19 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": "react-native-android-keystore",
"version": "1.0.0",
"description": "Prepare Android for release with just one command",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node_modules/.bin/babel src --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolidStateGroup/react-native-android-keystore.git"
},
"keywords": [
"react-native",
"android",
"keystore",
"signing",
"release"
],
"author": "Luke Fanning <luke@solidstategroup.com>",
"license": "MIT",
"bin": {
"react-native-android-keystore": "lib/index.js"
},
"bugs": {
"url": "https://github.com/SolidStateGroup/react-native-android-keystore/issues"
},
"homepage": "https://github.com/SolidStateGroup/react-native-android-keystore#readme",
"dependencies": {
"file-exists": "^2.0.0",
"generate-password": "^1.3.0",
"project-name": "^0.2.6"
},
"babel": {
"presets": [
"es2015",
"stage-2"
]
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0"
}
}