aboutsummaryrefslogtreecommitdiff
path: root/js/package.json
blob: 0b35ea3f30a385bb7031cee2a62dd42ee6525252 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "google-protobuf",
  "version": "3.0.0-alpha.5",
  "description": "Protocol Buffers for JavaScript",
  "main": "google-protobuf.js",
  "dependencies": {
  },
  "devDependencies": {
    "glob": "~6.0.4",
    "google-closure-compiler": "~20151216.2.0",
    "google-closure-library": "~20160125.0.0",
    "gulp": "~3.9.0",
    "jasmine": "~2.4.1"
  },
  "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"
}