-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 895 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
{
"name": "lemonade",
"description": "App to authenticate aws users and allow changing roles with mfa token lock",
"author": {
"name": "Jackson Isack",
"email": "[email protected]"
},
"version": "1.0.4",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"postinstall": "electron-builder install-app-deps"
},
"license": "ISC",
"engines": {
"node": "8.7.0",
"npm": "5.4.2"
},
"dependencies": {
"aws-sdk": "^2.243.1",
"ini": "^1.3.5",
"jquery": "^3.3.1",
"localstorage": "^1.0.1",
"lodash": "^4.17.10",
"sudo-prompt": "^8.2.0"
},
"devDependencies": {
"electron": "^2.0.2",
"electron-builder": "^20.15.0"
},
"build": {
"appId": "bouer.lemonade",
"mac": {
"category": "bouer.lemonade"
}
}
}