forked from toncenter/ton-wallet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 889 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
{
"name": "ton-wallet",
"version": "1.0.0",
"description": "TON Wallet",
"main": "index.js",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-cssmin": "^0.2.0",
"gulp-delete-lines": "^0.0.7",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"natives": "^1.1.6"
},
"scripts": {
"build": "gulp && npx webpack --mode=none",
"build:docs": "npm run build && cp -r build/ docs/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toncenter/ton-wallet"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/toncenter/ton-wallet/issues"
},
"homepage": "https://tonwallet.me"
}