fix stoppablebid, add package.json
Showing
package.json
0 → 100644
| { | |||
| "name": "zeppelin-solidity", | |||
| "version": "0.0.4", | |||
| "description": "Secure Smart Contract library for Solidity", | |||
| "main": "truffle.js", | |||
| "devDependencies": {}, | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1", | |||
| "install": "scripts/install.sh" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/OpenZeppelin/zeppelin-solidity.git" | |||
| }, | |||
| "keywords": [ | |||
| "solidity", | |||
| "ethereum", | |||
| "smart", | |||
| "contracts", | |||
| "security", | |||
| "zeppelin" | |||
| ], | |||
| "author": "Manuel Araoz <manuelaraoz@gmail.com>", | |||
| "license": "MIT", | |||
| "bugs": { | |||
| "url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues" | |||
| }, | |||
| "homepage": "https://github.com/OpenZeppelin/zeppelin-solidity" | |||
| } |
scripts/install.sh
0 → 100755
Please
register
or
sign in
to comment