2015-12-21 23:18:17 +00:00
|
|
|
{
|
|
|
|
"name": "google-protobuf",
|
2016-09-20 21:29:02 +00:00
|
|
|
"version": "3.1.0-alpha.1",
|
2015-12-21 23:18:17 +00:00
|
|
|
"description": "Protocol Buffers for JavaScript",
|
2016-02-02 23:18:34 +00:00
|
|
|
"main": "google-protobuf.js",
|
2016-06-23 22:08:15 +00:00
|
|
|
"files": [
|
|
|
|
"google"
|
|
|
|
],
|
2016-06-22 23:29:20 +00:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"glob": "~6.0.4",
|
2016-06-23 22:08:15 +00:00
|
|
|
"google-closure-compiler": "~20160619.0.0",
|
2016-02-02 23:54:59 +00:00
|
|
|
"google-closure-library": "~20160125.0.0",
|
2015-12-21 23:18:17 +00:00
|
|
|
"gulp": "~3.9.0",
|
|
|
|
"jasmine": "~2.4.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-04-15 21:23:33 +00:00
|
|
|
"test": "node ./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"
|
|
|
|
},
|
2016-06-23 22:08:15 +00:00
|
|
|
"author": "Google Protocol Buffers Team",
|
2015-12-21 23:18:17 +00:00
|
|
|
"license": "Apache-2.0"
|
|
|
|
}
|