Compare commits
1 commit
master
...
package-js
Author | SHA1 | Date | |
---|---|---|---|
|
a139e723ad |
1 changed files with 4 additions and 4 deletions
|
@ -4,14 +4,14 @@
|
||||||
"description": "Protocol Buffers for JavaScript",
|
"description": "Protocol Buffers for JavaScript",
|
||||||
"main": "google-protobuf.js",
|
"main": "google-protobuf.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"glob": "~6.0.4",
|
||||||
|
"google-closure-compiler": "~20151216.2.0",
|
||||||
"google-closure-library": "~20160125.0.0",
|
"google-closure-library": "~20160125.0.0",
|
||||||
"gulp": "~3.9.0",
|
"gulp": "~3.9.0",
|
||||||
"jasmine": "~2.4.1"
|
"jasmine": "~2.4.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
|
||||||
"google-closure-compiler": "~20151216.2.0",
|
|
||||||
"glob": "~6.0.4"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "./node_modules/gulp/bin/gulp.js test"
|
"test": "./node_modules/gulp/bin/gulp.js test"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue