more json fixes
This commit is contained in:
parent
dcae30c1e4
commit
44ab30f628
@ -3,8 +3,7 @@
|
|||||||
"namespace": "ethereum",
|
"namespace": "ethereum",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Ethereum Compatible JavaScript API",
|
"description": "Ethereum Compatible JavaScript API",
|
||||||
"main": "dist/ethereum.js",
|
"main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
|
||||||
"scripts": ["dist/ethereum.js", "dist/ethereum.min.js"],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"es6-promise": "#master"
|
"es6-promise": "#master"
|
||||||
},
|
},
|
||||||
@ -12,6 +11,7 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cubedro/ethereum.js.git"
|
"url": "https://github.com/cubedro/ethereum.js.git"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://github.com/cubedro/ethereum.js",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ethereum/ethereum.js/issues"
|
"url": "https://github.com/ethereum/ethereum.js/issues"
|
||||||
},
|
},
|
||||||
@ -38,11 +38,14 @@
|
|||||||
"lib",
|
"lib",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"package.json",
|
"package.json",
|
||||||
|
".bowerrc",
|
||||||
".editorconfig",
|
".editorconfig",
|
||||||
".gitignore",
|
".gitignore",
|
||||||
".jshintrc",
|
".jshintrc",
|
||||||
|
".npmignore",
|
||||||
".travis.yml",
|
".travis.yml",
|
||||||
"./*.js",
|
"gulpfile.js",
|
||||||
|
"index.js",
|
||||||
"**/*.txt"
|
"**/*.txt"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -38,7 +38,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/cubedro/ethereum.js",
|
"homepage": "https://github.com/cubedro/ethereum.js",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/cubedro/ethereum.js/issues"
|
"url": "https://github.com/ethereum/ethereum.js/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ethereum",
|
"ethereum",
|
||||||
|
Loading…
Reference in New Issue
Block a user