neo4j
Version:
Neo4j driver (REST API client) for Node.js
42 lines (41 loc) • 1.2 kB
JSON
{
"name": "neo4j",
"description": "Neo4j driver (REST API client) for Node.js",
"version": "2.0.0-RC2",
"author": "Aseem Kishore <aseem.kishore@gmail.com>",
"contributors": [
"Daniel Gasienica <daniel@gasienica.ch>",
"Sergio Haro <sergio.haro.jr@gmail.com>"
],
"main": "./lib-new/exports",
"dependencies": {
"request": "^2.27.0",
"underscore": "1.7.x"
},
"devDependencies": {
"chai": "^1.9.2",
"coffee-script": "1.8.x",
"coffeelint": "^1.9.7",
"mocha": "^2.0.1",
"streamline": "^0.10.16"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"build": "coffee -m -c lib-new/",
"clean": "rm -f lib-new/*.{js,map}",
"lint": "git ls-files | grep coffee$ | grep -v '\\-old/' | xargs coffeelint",
"prepublish": "npm run build",
"postpublish": "npm run clean",
"test": "mocha test-new"
},
"keywords": [
"neo4j", "graph", "database", "driver", "client", "cypher"
],
"license": "Apache-2.0",
"repository" : {
"type" : "git",
"url" : "https://github.com/thingdom/node-neo4j.git"
}
}