Skip to content
Snippets Groups Projects
Commit 11f421e9 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

nameservice: add missing dependencies

Change-Id: I5d46c8826c3d32d04165131472805ddfabc6fd19
parent 76638c00
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,6 @@
*/
'use strict';
var connect = require('connect');
var express = require('express');
var bodyParser = require('body-parser');
var BigNumber = require('bignumber.js');
......
......@@ -7,6 +7,9 @@
"author": "Adrien Béraud <adrien.beraud@savoirfairelinux.com>",
"license": "GPL-3.0",
"dependencies": {
"web3": ">=0.15"
"web3" : ">=0.15" ,
"express" : ">=4.1.0",
"body-parser" : ">=1.8.1",
"bignumber.js": ">=2.0.0"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment