Skip to content

Commit

Permalink
Restructuring: NPM publication of single modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Buchholz committed Jul 10, 2017
1 parent 477d227 commit cc6b76f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 83 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const mongoConnector = require("../../dataextractor/connectors/mongodb/index.js")
const mongoConnector = require("p2b2-connector-mongodb")
const winston = require("winston")
const Web3 = require("web3")
var web3 = new Web3(new Web3.providers.HttpProvider("http://localhost:8545"))
Expand Down
77 changes: 0 additions & 77 deletions package-lock.json

This file was deleted.

19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2b2-analysis",
"version": "0.0.1",
"name": "p2b2-analysis-mongodb",
"version": "0.0.3",
"description": "Map-Reduce and further analysis on the p2b2 system",
"main": "index.js",
"scripts": {
Expand All @@ -14,11 +14,20 @@
"ethereum"
],
"author": "Simon Buchholz, Steffen Härtlein",
"license": "ISC",
"license": "MIT",
"dependencies": {
"bignumber.js": "^4.0.2",
"es6-promise": "^4.1.0",
"web3": "^0.19.0",
"winston": "^2.3.1"
}
"winston": "^2.3.1",
"p2b2-connector-mongodb": "^0.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p2b2/p2b2-analysis-mongodb.git"
},
"bugs": {
"url": "https://github.com/p2b2/p2b2-analysis-mongodb/issues"
},
"homepage": "https://github.com/p2b2/p2b2-analysis-mongodb#readme"
}

0 comments on commit cc6b76f

Please sign in to comment.