mirror of
https://github.com/embarklabs/dapp-bin.git
synced 2026-08-31 05:31:16 +00:00
13 lines
233 B
JSON
13 lines
233 B
JSON
{
|
|
"name": "VyperCoin",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"embark": "node ../node_modules/embark/bin/embark",
|
|
"test": "npm run embark test"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": ""
|
|
}
|