forked from eoscafe/eoskeyio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "eoskeyio",
"version": "1.0.0",
"description": "Convert Ethereum Private Key to EOS Key",
"productName": "eoskeyio",
"cordovaId": "org.cordova.quasar.app",
"author": "Syed Jafri <[email protected]>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"eosjs-ecc": "^4.0.1",
"ethereumjs-util": "^5.2.0",
"quasar": "0.0.18",
"vue-i18n": "^7.7.0"
},
"devDependencies": {
"autoprefixer": "^8.5.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"devtron": "1.4.0",
"electron": "1.8.3",
"electron-debug": "1.5.0",
"electron-devtools-installer": "2.2.1",
"electron-packager": "11.1.0",
"electron-winstaller": "^2.6.4",
"prettier": "^1.12.1",
"quasar-cli": "^0.15.14"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}