filemaker-rest-connector
Version:
NPM Package to make queries to FileMaker's REST API. Will allow node.js to communicate with the FileMaker Server DATA REST API.
38 lines (37 loc) • 1 kB
JSON
{
"name": "filemaker-rest-connector",
"version": "1.0.6",
"description": "NPM Package to make queries to FileMaker's REST API. Will allow node.js to communicate with the FileMaker Server DATA REST API.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevenwhitespacesystems/filemaker-rest-connector.git"
},
"keywords": [
"FileMaker",
"Server",
"REST",
"DATA",
"API"
],
"author": "Steven McGill <steven@whitespacesystems.co.uk> (http://whitespacesystems.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevenwhitespacesystems/filemaker-rest-connector/issues"
},
"homepage": "https://github.com/stevenwhitespacesystems/filemaker-rest-connector#readme",
"engines": {
"node": ">=7.8.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jsdoc": "^3.4.3",
"mocha": "^3.2.0"
},
"dependencies": {
"request": "^2.81.0"
}
}