aboutsummaryrefslogblamecommitdiffstats
path: root/bower.json
blob: e3a9cb3c5f7a71853f89c849fdfa8bba1bab6ee7 (plain) (tree)
1
2
3
4
5
6
7
8


                          
                      
                                                      
                                                           
                   
                             


                  
                                                        
    
                                                        















                                                           
                                   








                                              
               


                    
                 
                  

                  

              
 
{
  "name": "ethereum.js",
  "namespace": "ethereum",
  "version": "0.0.10",
  "description": "Ethereum Compatible JavaScript API",
  "main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
  "dependencies": {
    "bignumber.js": ">=2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum/ethereum.js.git"
  },
  "homepage": "https://github.com/ethereum/ethereum.js",
  "bugs": {
    "url": "https://github.com/ethereum/ethereum.js/issues"
  },
  "keywords": [
    "ethereum",
    "javascript",
    "API"
  ],
  "authors": [
    {
      "name": "Marek Kotewicz",
      "email": "marek@ethdev.com",
      "homepage": "https://github.com/debris"
    },
    {
      "name": "Marian Oancea",
      "email": "marian@ethdev.com",
      "homepage": "https://github.com/cubedro"
    }
  ],
  "license": "LGPL-3.0",
  "ignore": [
    "example",
    "lib",
    "node_modules",
    "package.json",
    ".bowerrc",
    ".editorconfig",
    ".gitignore",
    ".jshintrc",
    ".npmignore",
    ".travis.yml",
    "gulpfile.js",
    "index.js",
    "**/*.txt"
  ]
}