UNPKG

neo4j-driver

Version:
52 lines (51 loc) 1.42 kB
{ "name": "neo4j-driver", "version": "1.0.4", "description": "Connect to Neo4j 3.0.0 and up from JavaScript", "author": "Neo Technology Inc.", "license": "Apache-2.0", "repository": { "type": "git", "url": "git://github.com/neo4j/neo4j-javascript-driver.git" }, "scripts": { "test": "gulp test", "build": "gulp all", "start-neo4j": "gulp start-neo4j", "stop-neo4j": "gulp stop-neo4j", "run-tck": "gulp run-tck", "docs": "node_modules/.bin/esdoc -c esdoc.json" }, "main": "lib/index.js", "devDependencies": { "babel": "^5.8.23", "babelify": "^6.3.0", "browserify": "^11.0.0", "esdoc": "^0.4.0", "esdoc-importpath-plugin": "0.0.1", "glob": "^5.0.14", "gulp": "^3.9.1", "gulp-babel": "^5.2.1", "gulp-batch": "^1.0.5", "gulp-concat": "^2.6.0", "gulp-cucumber": "0.0.14", "gulp-decompress": "^1.2.0", "gulp-download": "^0.0.1", "gulp-if": "^1.2.5", "gulp-jasmine": "^2.1.0", "gulp-jasmine-browser": "^0.2.3", "gulp-replace": "^0.5.4", "gulp-shell": "^0.4.3", "gulp-uglify": "^1.4.2", "gulp-util": "^3.0.6", "gulp-watch": "^4.3.5", "jasmine-reporters": "^2.0.7", "merge-stream": "^1.0.0", "minimist": "^1.2.0", "phantomjs-prebuilt": "^2.1.7 ", "run-sequence": "^1.1.4", "through2": "~2.0.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" } }