forked from trustcrypto/OnlyKey-App
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.63 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.63 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "OnlyKey",
"productName": "OnlyKey App",
"version": "5.1.0",
"version_name": "5.1-beta.0",
"description": "OnlyKey Configuration App",
"main": "app.js",
"dependencies": {
"auto-launch": "^5.0.5",
"fs-jetpack": "^1.3.1",
"nw": "^0.36.0",
"nw-autoupdater": "^1.1.8",
"nw-dev": "^3.0.1",
"q": "^1.5.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.4",
"mocha": "^5.2.0",
"selenium-webdriver": "^3.6.0",
"tree-kill": "^1.2.1",
"yargs": "^8.0.2"
},
"optionalDependencies": {
"appdmg": "^0.4.5"
},
"scripts": {
"build": "./node_modules/.bin/gulp build",
"release": "./node_modules/.bin/gulp release --env=production",
"start": "node ./tasks/start",
"pretest": "npm run-script build",
"test": "mocha",
"prechrome": "./node_modules/.bin/gulp build --env=chrome",
"chrome": "echo 'Please run something like:'; echo \"chrome --load-and-launch-app=$(pwd)/build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/trustcrypto/OnlyKey-Chrome-App.git"
},
"keywords": [
"OnlyKey",
"crypto",
"two-factor-authentication",
"password"
],
"author": "CryptoTrust",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/trustcrypto/OnlyKey-Chrome-App/issues"
},
"homepage": "https://github.com/trustcrypto/OnlyKey-Chrome-App#readme",
"window": {
"icon": "icon.png",
"show": true,
"toolbar": true,
"width": 1000,
"height": 600,
"min_width": 800,
"min_height": 400,
"position": "center"
}
}