Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kumavis committed Sep 29, 2016
1 parent 7516779 commit 304f6ef
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions merged-packages/json-rpc-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "rpc-engine",
"name": "json-rpc-engine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node test.js"
},
"author": "",
"license": "ISC"
"license": "ISC",
"dependencies": {
"async": "^2.0.1"
},
"devDependencies": {
"tape": "^4.6.0"
}
}

0 comments on commit 304f6ef

Please sign in to comment.