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 @@ ...@@ -18,7 +18,6 @@
*/ */
'use strict'; 'use strict';
var connect = require('connect');
var express = require('express'); var express = require('express');
var bodyParser = require('body-parser'); var bodyParser = require('body-parser');
var BigNumber = require('bignumber.js'); var BigNumber = require('bignumber.js');
......
...@@ -7,6 +7,9 @@ ...@@ -7,6 +7,9 @@
"author": "Adrien Béraud <adrien.beraud@savoirfairelinux.com>", "author": "Adrien Béraud <adrien.beraud@savoirfairelinux.com>",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "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.
Please register or to comment