zorba-nodejs
Version:
Node binding for Zorba
46 lines (45 loc) • 1.04 kB
JSON
{
"name": "zorba-nodejs",
"version": "0.0.1",
"description": "Node binding for Zorba",
"main": "lib/zorba-api.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/28msec/zorba-nodejs.git"
},
"keywords": [
"zorba",
"xquery",
"jsoniq"
],
"author": "28msec",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/28msec/zorba-nodejs/issues"
},
"homepage": "https://github.com/28msec/zorba-nodejs#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.0.0",
"gulp-jsonlint": "^1.1.1",
"gulp-load-plugins": "^1.1.0",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.3.4",
"jasmine2-pit": "^0.2.0",
"js-yaml": "^3.4.4",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0",
"karma-jasmine": "^0.3.6",
"lodash": "^3.10.1",
"map-stream": "0.0.6",
"swagger-js-codegen": "^1.1.6"
},
"dependencies": {
"q": "^1.4.1",
"request": "^2.67.0"
}
}