-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 946 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
{
"name": "dual-crypto",
"version": "0.0.2",
"description": "",
"main": "dist/DualCrypto.min.js",
"scripts": {
"minify": "browserify src/DualCrypto.js -g [ babelify --presets [ \"babel-preset-env\" ] ] | uglifyjs --source-map -m -c -o dist/DualCrypto.min.js",
"test": "npm run minify && node test/test.puppeteer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hotwallet/dual-crypto.git"
},
"author": "will123195",
"license": "MIT",
"bugs": {
"url": "https://github.com/hotwallet/dual-crypto/issues"
},
"homepage": "https://github.com/hotwallet/dual-crypto#readme",
"dependencies": {
"elliptic": "^6.4.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"express": "^4.16.4",
"puppeteer": "^1.9.0",
"regenerator-runtime": "^0.12.1",
"uglify-js": "^3.4.9"
}
}