Change repository info
This commit is contained in:
parent
d20d53411d
commit
e9256fbf85
72
package.json
72
package.json
@ -1,38 +1,38 @@
|
|||||||
{
|
{
|
||||||
"name": "circomlib",
|
"name": "@tornado/circomlib",
|
||||||
"version": "0.4.1",
|
"version": "0.4.1",
|
||||||
"description": "Basic circuits library for Circom",
|
"description": "Basic circuits library for Circom",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"test": "test"
|
"test": "test"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --max-old-space-size=4000"
|
"test": "mocha --max-old-space-size=4000"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pedersen",
|
"pedersen",
|
||||||
"hash",
|
"hash",
|
||||||
"ethereum",
|
"ethereum",
|
||||||
"circuit",
|
"circuit",
|
||||||
"circom",
|
"circom",
|
||||||
"zksnark"
|
"zksnark"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/iden3/circomlib.git"
|
"url": "https://git.tornado.ws/tornado-packages/circomlib.git"
|
||||||
},
|
},
|
||||||
"author": "0Kims",
|
"author": "0Kims",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"blake-hash": "^1.1.0",
|
"blake-hash": "^1.1.0",
|
||||||
"blake2b": "^2.1.3",
|
"blake2b": "^2.1.3",
|
||||||
"circom": "0.5.33",
|
"circom": "0.5.33",
|
||||||
"ffjavascript": "0.1.0"
|
"ffjavascript": "0.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"ganache-cli": "^6.12.1",
|
"ganache-cli": "^6.12.1",
|
||||||
"mocha": "^7.1.1",
|
"mocha": "^7.1.1",
|
||||||
"web3": "^1.3.0"
|
"web3": "^1.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user