UNPKG

neoogm

Version:
43 lines (42 loc) 864 B
{ "name": "neoogm", "description": "Neo4j OGM for Node.js", "main": "./lib", "homepage": "https://github.com/bigluck/neoogm", "version": "0.0.3", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/bigluck/neoogm/raw/master/LICENSE" } ], "scripts": { "build": "grunt dist" }, "repository": { "type": "git", "url": "https://github.com/bigluck/neoogm" }, "keywords": [ "OGM", "Neo4J" ], "author": "Luca Bigon", "bugs": { "url": "https://github.com/bigluck/neoogm/issues" }, "devDependencies": { "grunt": "^0.4.4", "coffee-script": "^1.7.1", "nodemon": "^1.0.15", "grunt-contrib-coffee": "^0.10.1", "grunt-banner": "^0.2.2" }, "dependencies": { "async": "0.6.x", "q": "1.0.x", "lodash": "x2.4.x", "request": "2.34.x" } }