merge from master
Showing
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
{ | ||
"name": "caelum-identity", | ||
"version": "1.0.0", | ||
"name": "@caelum-tech/identity", | ||
"version": "0.1.0", | ||
"description": "Caelum Identity library", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "node src/build", | ||
"codecov": "nyc report --report=text-lcov > coverage.lcov ; codecov", | ||
"coverage": "npm run coverage-js; npm run coverage-solidity", | ||
"coverage-js": "nyc npm test", | ||
"coverage-solidity": "./node_modules/.bin/solidity-coverage", | ||
"coverage": "nyc npm test", | ||
"coverage:report": "nyc report --reporter=html", | ||
"eslint": "./node_modules/eslint/bin/eslint.js .", | ||
"lint": "npm run eslint; npm run solium", | ||
"mocha": "mocha --timeout 30000 test", | ||
"npm:publish": "npm publish --access public", | ||
"solium": "solium --dir contracts", | ||
"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;" | ||
"test": "npm run start; npm run mocha; npm run stop" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -29,9 +29,9 @@ |
"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-tech/parity": "^0.1.2", | ||
"ethers": "^4.0.27", | ||
... | ... | @@ -53,7 +53,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