zer
Version:
Generate Gremlin queries by chaining JavaScript function calls
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "zer",
"version": "0.1.0",
"description": "Generate Gremlin queries by chaining JavaScript function calls",
"main": "lib/index.js",
"scripts": {
"prebuild": "rimraf lib",
"build": "babel -d lib --ignore *.test.js src",
"build:watch": "npm run build -- --watch",
"postinstall": "postinstall-build lib",
"test": "mocha $(find src -path '*test.js') --compilers js:babel-register --recursive --reporter spec",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"postinstall-build": "^5.0.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.1.8",
"chai": "^3.5.0",
"eslint": "^3.16.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-flowtype-errors": "^3.0.0",
"flow-bin": "^0.46.0",
"mocha": "^2.4.5",
"rimraf": "^2.5.4",
"webpack": "^1.13.1"
},
"files": [
"README.md",
"lib"
],
"repository": {
"type": "git",
"url": "git@github.com:jbmusso/zer.git"
},
"keywords": [
"gremlin",
"tinkerpop",
"graphdb",
"graph",
"database",
"dsl",
"proxy",
"generate",
"serializer",
"serialization",
"sql",
"groovy"
],
"author": "Jean-Baptiste Musso <jbmusso+github@gmail.com>",
"license": "MIT"
}