Skip to content

Commit

Permalink
Cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Apr 8, 2016
1 parent 3f5c65d commit 27f81b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
"name": "ipfs-merkle-dag",
"version": "0.3.0",
"description": "A JavaScript implementations of the IPFS MerkleDAG implementations (protobufs)",
"main": "./src/index.js",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "dignified-lint",
"build": "dignified-build",
"test": "dignified-test",
"test:node": "dignified-test node",
"test:browser": "dignified-test browser",
"release": "dignified-release"
"release": "dignified-release",
"coverage": "dignified-coverage"
},
"pre-commit": [
"lint",
Expand All @@ -26,6 +28,7 @@
"url": "https:/vijayee/js-ipfs-merkle-dag.git"
},
"dependencies": {
"bs58": "^3.0.0",
"detect-node": "^2.0.3",
"ipfs-blocks": "^0.1.0",
"is-ipfs": "^0.2.0",
Expand All @@ -35,7 +38,6 @@
},
"devDependencies": {
"async": "^1.5.2",
"bs58": "^3.0.0",
"buffer-loader": "0.0.1",
"chai": "^3.5.0",
"dignified.js": "^1.0.0",
Expand Down

0 comments on commit 27f81b3

Please sign in to comment.