1234567891011121314151617181920212223 |
- {
- "name": "solidity-test",
- "version": "0.0.7-alpha",
- "description": "Solidity test suite, with helper functions.",
- "main": "index.js",
- "scripts": {
- "test": "mocha"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/Luiserebii/solidity-test.git"
- },
- "author": "Luiserebii",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/Luiserebii/solidity-test/issues"
- },
- "homepage": "https://github.com/Luiserebii/solidity-test#readme",
- "dependencies": {
- "chai": "^4.2.0",
- "mocha": "^6.2.0"
- }
- }
|