mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-05 11:31:16 +00:00
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"description": "Example javascript TMSP application",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"js-wire": "0.0.2"
|
|
}
|
|
}
|
|
|