aboutsummaryrefslogblamecommitdiff
path: root/js/package.json
blob: be93286f113045c6630910da4f459f635b795100 (plain) (tree)
1
2
3
4
5
6
7

                            
                             


                                                   
                                              




                        
                                                  







                                                              
{
  "name": "google-protobuf",
  "version": "3.0.0-alpha.5",
  "description": "Protocol Buffers for JavaScript",
  "main": "debug.js",
  "dependencies": {
    "google-closure-library": "~20160125.0.0",
    "gulp": "~3.9.0",
    "jasmine": "~2.4.1"
  },
  "devDependencies": {},
  "scripts": {
    "test": "./node_modules/gulp/bin/gulp.js test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/google/protobuf/tree/master/js"
  },
  "author": "",
  "license": "Apache-2.0"
}