forked from biocross/Librarian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 998 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
{
"name": "librarian-server",
"version": "1.1.0",
"description": "Librarian is a local server for your iOS & Android builds, cause local is best!",
"homepage": "https://github.com/biocross/Librarian",
"repository": "https://github.com/biocross/Librarian",
"main": "librarian.js",
"bin": {
"librarian": "./librarian.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli-app",
"local",
"build",
"server",
"fastlane",
"ci",
"ios",
"android",
"enterprise",
"host",
"ngrok"
],
"author": "Siddharth Gupta",
"license": "MIT",
"dependencies": {
"app-metadata": "^0.1.26",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"fs-extra": "7.0.1",
"inquirer": "^6.2.2",
"js-yaml": "^3.12.1",
"ngrok": "^3.1.1",
"node-persist": "^3.0.4",
"plist": "^3.0.1",
"qrcode-terminal": "^0.12.0",
"simple-git": "^1.107.0",
"update-notifier": "^2.5.0"
}
}