Skip to content

Commit 45d1bd0

Browse files
committed
Added package.json for example
1 parent 096c807 commit 45d1bd0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

example/package.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "js-abci-example",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "counter.js",
6+
"dependencies": {
7+
"abci": "file:.."
8+
},
9+
"devDependencies": {},
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1"
12+
},
13+
"author": "",
14+
"license": "ISC"
15+
}

0 commit comments

Comments
 (0)