2 Star 20 Fork 0

Bytom Blockchain/Contracts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
jianyixun 提交于 2017-08-29 15:43 +08:00 . Bytom token on ethereum
{
"name": "erc20-tokens",
"version": "0.0.1",
"description": "Ethereum Token Contracts",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "standard && truffle test",
"lint": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsenSys/Tokens.git"
},
"keywords": [
"ethereum"
],
"authors": [
"Simon de la Rouviere <simon.delarouviere@consensys.net>",
"Joseph Chow <joseph.chow@consensys.net>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ConsenSys/Tokens/issues"
},
"homepage": "https://github.com/ConsenSys/Tokens#readme",
"dependencies": {
"truffle-hdwallet-provider": "0.0.3"
},
"devDependencies": {
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^3.0.1",
"standard": "^10.0.2"
},
"standard": {
"globals": [
"assert",
"it",
"artifacts",
"contract",
"web3"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/BytomBlockchain/Contracts.git
git@gitee.com:BytomBlockchain/Contracts.git
BytomBlockchain
Contracts
Contracts
master

搜索帮助