2015-12-21 23:18:17 +00:00
|
|
|
{
|
|
|
|
"name": "google-protobuf",
|
2015-12-22 19:20:44 +00:00
|
|
|
"version": "3.0.0-alpha.5",
|
2015-12-21 23:18:17 +00:00
|
|
|
"description": "Protocol Buffers for JavaScript",
|
|
|
|
"main": "debug.js",
|
|
|
|
"dependencies": {
|
|
|
|
"google-closure-library": "~20151015.0.0",
|
|
|
|
"gulp": "~3.9.0",
|
|
|
|
"jasmine": "~2.4.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
2015-12-22 19:20:44 +00:00
|
|
|
"test": "./node_modules/gulp/bin/gulp.js test"
|
2015-12-21 23:18:17 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/google/protobuf/tree/master/js"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "Apache-2.0"
|
|
|
|
}
|