more json fixes

This commit is contained in:
Marian Oancea 2014-11-05 23:07:13 +02:00
parent dcae30c1e4
commit 44ab30f628
2 changed files with 7 additions and 4 deletions

View File

@ -3,8 +3,7 @@
"namespace": "ethereum",
"version": "0.0.1",
"description": "Ethereum Compatible JavaScript API",
"main": "dist/ethereum.js",
"scripts": ["dist/ethereum.js", "dist/ethereum.min.js"],
"main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
"dependencies": {
"es6-promise": "#master"
},
@ -12,6 +11,7 @@
"type": "git",
"url": "https://github.com/cubedro/ethereum.js.git"
},
"homepage": "https://github.com/cubedro/ethereum.js",
"bugs": {
"url": "https://github.com/ethereum/ethereum.js/issues"
},
@ -38,11 +38,14 @@
"lib",
"node_modules",
"package.json",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
"./*.js",
"gulpfile.js",
"index.js",
"**/*.txt"
]
}

View File

@ -38,7 +38,7 @@
},
"homepage": "https://github.com/cubedro/ethereum.js",
"bugs": {
"url": "https://github.com/cubedro/ethereum.js/issues"
"url": "https://github.com/ethereum/ethereum.js/issues"
},
"keywords": [
"ethereum",