aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json19
1 files changed, 12 insertions, 7 deletions
diff --git a/js/package.json b/js/package.json
index be93286f..39d99f93 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,21 +1,26 @@
{
"name": "google-protobuf",
- "version": "3.0.0-alpha.5",
+ "version": "3.5.2",
"description": "Protocol Buffers for JavaScript",
- "main": "debug.js",
- "dependencies": {
+ "main": "google-protobuf.js",
+ "files": [
+ "google"
+ ],
+ "dependencies": {},
+ "devDependencies": {
+ "glob": "~6.0.4",
+ "google-closure-compiler": "~20160619.0.0",
"google-closure-library": "~20160125.0.0",
"gulp": "~3.9.0",
"jasmine": "~2.4.1"
},
- "devDependencies": {},
"scripts": {
- "test": "./node_modules/gulp/bin/gulp.js test"
+ "test": "node ./node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "git",
"url": "https://github.com/google/protobuf/tree/master/js"
},
- "author": "",
- "license": "Apache-2.0"
+ "author": "Google Protocol Buffers Team",
+ "license" : "BSD-3-Clause"
}