{
  "name": "gremlin-alt",
  "version": "1.0.3",
  "description": "JavaScript client for TinkerPop3 Gremlin Server (forked from jbmusso)",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel ./src -d lib",
    "build:umd": "NODE_ENV=production webpack src/index.js umd/gremlin.js",
    "build:min": "NODE_ENV=production webpack -p src/index.js umd/gremlin.min.js",
    "build:watch": "npm run build -- --watch",
    "coverage": "babel-node ./node_modules/istanbul/lib/cli.js cover _mocha",
    "coverage:travis": "babel-node ./node_modules/istanbul/lib/cli.js cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "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": "https://github.com/guyellis/gremlin-javascript"
  },
  "keywords": [
    "tinkerpop",
    "gremlin",
    "graphdb",
    "graph",
    "database"
  ],
  "contributors": [
    "Jean-Baptiste Musso <jbmusso+github@gmail.com>",
    "Guy Ellis <wildfiction+github@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/guyellis/gremlin-javascript/issues"
  },
  "homepage": "https://github.com/guyellis/gremlin-javascript",
  "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": "^1.1.1"
  },
  "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-es2015": "^6.3.13",
    "babel-preset-stage-2": "^6.3.13",
    "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"
  }
}
