package.json 498 Bytes
Newer Older
1 2
{
  "name": "google-protobuf",
3
  "version": "3.0.0-alpha.5",
4 5 6
  "description": "Protocol Buffers for JavaScript",
  "main": "debug.js",
  "dependencies": {
7
    "google-closure-library": "~20160125.0.0",
8 9 10 11 12
    "gulp": "~3.9.0",
    "jasmine": "~2.4.1"
  },
  "devDependencies": {},
  "scripts": {
13
    "test": "./node_modules/gulp/bin/gulp.js test"
14 15 16 17 18 19 20 21
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/google/protobuf/tree/master/js"
  },
  "author": "",
  "license": "Apache-2.0"
}