From 44ab30f628a3305d8c20c78b3dadbf2f15112fbc Mon Sep 17 00:00:00 2001 From: Marian Oancea Date: Wed, 5 Nov 2014 23:07:13 +0200 Subject: more json fixes --- bower.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bower.json') diff --git a/bower.json b/bower.json index d1c4d2cd9..c5e732c1a 100644 --- a/bower.json +++ b/bower.json @@ -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" ] } \ No newline at end of file -- cgit