-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 970 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
{
"name": "csbiginteger",
"version": "4.0.3",
"description": "csBigInteger.js: C# BigInteger implementation on javascript",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest --coverage",
"build": "npm install && ./node_modules/.bin/webpack --display-optimization-bailout --display verbose && ./node_modules/.bin/webpack --config webpack-es6.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeoResearch/csBigInteger.js.git"
},
"keywords": [
"biginteger"
],
"author": "Igor M. Coelho <igor.machado@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NeoResearch/csBigInteger.js/issues"
},
"homepage": "https://github.com/NeoResearch/csBigInteger.js#readme",
"devDependencies": {
"jest": "^25.0.1",
"@purtuga/esm-webpack-plugin": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"bn.js": "^4.11.9"
}
}