UNPKG

arrowdbv2demo

Version:
54 lines (53 loc) 1.15 kB
{ "name": "arrowdbv2demo", "version": "1.0.14", "description": "Appcelerator ArrowDB SDK for NodeJS", "keywords": [ "appcelerator", "arrowdb" ], "author": "Appcelerator, Inc. <info@appcelerator.com>", "maintainers": [ { "name": "Appcelerator", "email": "npmjs@appcelerator.com", "web": "http://www.appcelerator.com/" } ], "contributors": [ { "name": "Zak", "email": "mzakariyya@axway.com" } ], "repository": { "type": "git", "url": "https://github.com/appcelerator/arrowdb-node-sdk" }, "scripts": { "test": "nyc mocha test/**/*.js", "lint": "grunt" }, "dependencies": { "debug": "^2.1.1", "lodash": "^4.17.15", "request": "^2.55.0", "sync-request": "^6.1.0", "tough-cookie": "^2.3.0" }, "devDependencies": { "colors": "^1.0.3", "grunt": "^1.0.4", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-jshint": "^0.12.0", "mocha": "^6.2.0", "nyc": "^14.1.1", "should": "^4.1.0" }, "license": "Apache-2.0", "main": "index.js", "engines": { "node": ">= 0.10.0" } }