aboutsummaryrefslogtreecommitdiffhomepage
path: root/js/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/js/package.json b/js/package.json
new file mode 100644
index 00000000..7e126cdb
--- /dev/null
+++ b/js/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "google-protobuf",
+ "version": "3.0.0-alpha.1",
+ "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": {
+ "test": "gulp test"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/google/protobuf/tree/master/js"
+ },
+ "author": "",
+ "license": "Apache-2.0"
+}