UNPKG

gremlin-secure

Version:

Private version of the gremlin websocket client module: https://github.com/jbmusso/gremlin-javascript. This private version supports SSL and SASL authentication, and is undergoing a PR with the main module. This package is created as a private, temporary

80 lines (79 loc) 2.69 kB
{ "name": "gremlin-secure", "version": "1.1.0", "description": "Private version of the gremlin websocket client module: https://github.com/jbmusso/gremlin-javascript. This private version supports SSL and SASL authentication, and is undergoing a PR with the main module. This package is created as a private, temporary alternative until the SSL and SASL changes get pushed in.", "main": "lib/index.js", "scripts": { "build": "babel ./src -d lib", "build:min": "NODE_ENV=production webpack -p src/index.js umd/gremlin.min.js", "build:umd": "NODE_ENV=production webpack src/index.js umd/gremlin.js", "build:watch": "npm run build -- --watch", "examples:browser": "babel-node examples/server", "examples:node": "babel-node examples/node-example", "test:node": "mocha ./test --compilers js:babel-register --recursive --reporter spec", "test:node:watch": "npm run test:node -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/CosmosDB/gremlin-javascript.git" }, "keywords": [ "gremlin", "graphdb", "graph", "cosmosdb", "tinkerpop" ], "author": "Vivek Ravindran <vivekra@microsoft.com>", "license": "MIT", "bugs": { "url": "https://github.com/CosmosDB/gremlin-javascript/issues" }, "homepage": "https://github.com/CosmosDB/gremlin-javascript#readme", "dependencies": { "gremlin-template-string": "^2.0.0", "highland": "^2.5.1", "lodash": "^3.10.1", "node-uuid": "^1.4.3", "readable-stream": "^2.0.2", "ws": "^2.3.1", "zer": "^0.1.0", "utf8": "^2.0.0" }, "deprecated": false, "devDependencies": { "babel-cli": "^6.4.5", "babel-core": "^6.4.0", "babel-loader": "^6.2.1", "babel-plugin-transform-async-to-module-method": "^6.5.2", "babel-plugin-transform-runtime": "^6.5.2", "babel-preset-env": "^1.4.0", "babel-register": "^6.3.13", "babelify": "^5.0.4", "bluebird": "^3.3.3", "browserify": "^9.0.3", "chai": "^2.1.1", "finalhandler": "^0.1.0", "gulp": "^3.9.0", "gulp-buffer": "0.0.2", "gulp-mocha": "^2.0.0", "gulp-rename": "^1.2.0", "gulp-size": "^1.0.0", "gulp-uglify": "^0.3.1", "istanbul": "^0.4.2", "istanbul-coveralls": "^1.0.3", "karma": "^0.12.31", "karma-browserify": "^0.2.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^0.1.4", "karma-firefox-launcher": "^0.1.3", "karma-mocha": "^0.1.10", "karma-safari-launcher": "^0.1.1", "mocha": "^1.21.4", "mocha-lcov-reporter": "^1.2.0", "serve-static": "^1.5.3", "vinyl-source-stream": "^1.0.0", "webpack": "^1.12.11", "yargs": "^1.3.1" } }