Skip to content

Commit

Permalink
TINKERPOP-2143 Update template for PackageJson
Browse files Browse the repository at this point in the history
  • Loading branch information
spmallette committed Jun 2, 2020
1 parent dcede0f commit c5a6500
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions gremlin-javascript/glv/PackageJson.template
Expand Up @@ -33,15 +33,19 @@
],
"license": "Apache-2.0",
"dependencies": {
"ws": "^6.2.1"
"ws": "^6.2.1",
"util": "^0.11.1",
"events": "^3.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "~4.1.2",
"cucumber": "~4.2.1",
"cucumber": "~5.1.0",
"chai": "~4.2.0",
"grunt": "~1.0.4",
"grunt-cli": "~1.3.2",
"grunt-jsdoc": "~2.3.1",
"mocha": "~5.2.0"
"mocha": "~5.2.0",
"uuid": "^3.3.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c5a6500

Please sign in to comment.