Files
RoboCommander/node_modules/neo4j-driver/package.json
2026-04-05 16:14:49 -04:00

66 lines
1.9 KiB
JSON

{
"name": "neo4j-driver",
"version": "1.6.3",
"description": "Connect to Neo4j 3.0.0 and up from JavaScript",
"author": "Neo4j",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/neo4j/neo4j-javascript-driver.git"
},
"main": "lib/index.js",
"unpkg": "lib/browser/neo4j-web.js",
"jsdelivr": "lib/browser/neo4j-web.js",
"types": "types/index.d.ts",
"devDependencies": {
"async": "^2.4.0",
"babel-core": "^6.17.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"esdoc": "^1.0.4",
"esdoc-importpath-plugin": "^1.0.1",
"esdoc-standard-plugin": "^1.0.0",
"fs-extra": "^1.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-batch": "^1.0.5",
"gulp-cucumber": "0.0.14",
"gulp-decompress": "^1.2.0",
"gulp-download": "^0.0.1",
"gulp-file": "^0.3.0",
"gulp-install": "^0.6.0",
"gulp-jasmine": "^2.1.0",
"gulp-replace": "^0.5.4",
"gulp-typescript": "^3.1.7",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"jasmine-console-reporter": "^2.0.1",
"karma": "^2.0.3",
"karma-chrome-launcher": "^2.2.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.2",
"karma-spec-reporter": "^0.0.32",
"lodash": "^4.17.4",
"lolex": "^1.5.2",
"minimist": "^1.2.0",
"mustache": "^2.3.0",
"run-sequence": "^1.1.4",
"semver": "^5.3.0",
"through2": "~2.0.0",
"tmp": "0.0.31",
"typescript": "^2.3.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"uri-js": "^4.2.1"
}
}