use @caelum-tech/parity from npm
Showing
This diff is collapsed.
{ | ||
"name": "caelum-identity", | ||
"version": "1.0.0", | ||
"name": "@caelum-tech/identity", | ||
"version": "0.1.0", | ||
"description": "Caelum Identity library", | ||
"main": "index.js", | ||
"scripts": { | ||
... | ... | @@ -10,10 +10,10 @@ |
"coverage:report": "nyc report --reporter=html", | ||
"eslint": "./node_modules/eslint/bin/eslint.js .", | ||
"lint": "npm run eslint; npm run solium", | ||
"mocha": "./node_modules/.bin/mocha --timeout 30000 test/Identity.js", | ||
"mocha": "mocha --timeout 30000 test/Identity.js", | ||
"solium": "solium --dir contracts", | ||
"start": "./node_modules/caelum-parity/scripts/startParity.sh", | ||
"stop": "./node_modules/caelum-parity/scripts/stopParity.sh", | ||
"start": "./node_modules/@caelum-tech/parity/scripts/startParity.sh", | ||
"stop": "./node_modules/@caelum-tech/parity/scripts/stopParity.sh", | ||
"test": "npm run start; npm run mocha; npm run stop" | ||
}, | ||
"repository": { | ||
... | ... | @@ -28,11 +28,11 @@ |
"author": "Alex Puig", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://gitlab.com/caelum-tech/caelum-parity/issues" | ||
"url": "https://gitlab.com/caelum-tech/caelum-identity/issues" | ||
}, | ||
"homepage": "https://gitlab.com/caelum-tech/caelum-parity#readme", | ||
"homepage": "https://gitlab.com/caelum-tech/caelum-identity#readme", | ||
"dependencies": { | ||
"caelum-parity": "https://gitlab.com/caelum-tech/caelum-parity.git", | ||
"@caelum-tech/parity": "^0.1.1", | ||
"ethers": "^4.0.27", | ||
"keythereum": "^1.0.4" | ||
}, | ||
... | ... | @@ -52,7 +52,10 @@ |
"nyc": "^14.1.1", | ||
"path": "^0.12.7", | ||
"solc": "^0.5.9", | ||
"solidity-coverage": "sc-forks/solidity-coverage#leapdao", | ||
"solidity-coverage": "github:sc-forks/solidity-coverage#leapdao", | ||
"solium": "^1.2.4" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
} | ||
} |
Please register or sign in to comment