|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "google-protobuf", |
|
|
|
"name": "google-protobuf", |
|
|
|
"version": "3.0.0-alpha.1", |
|
|
|
"version": "3.0.0-alpha.5", |
|
|
|
"description": "Protocol Buffers for JavaScript", |
|
|
|
"description": "Protocol Buffers for JavaScript", |
|
|
|
"main": "debug.js", |
|
|
|
"main": "debug.js", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
@ -10,7 +10,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": {}, |
|
|
|
"devDependencies": {}, |
|
|
|
"scripts": { |
|
|
|
"scripts": { |
|
|
|
"test": "gulp test" |
|
|
|
"test": "./node_modules/gulp/bin/gulp.js test" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|