arrowdb
Version:
Appcelerator ArrowDB SDK for NodeJS
69 lines (68 loc) • 1.45 kB
JSON
{
"name": "arrowdb",
"version": "1.0.12",
"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": "Paul Lv",
"email": "plv@appcelerator.com"
},
{
"name": "Kefeng Zhang",
"email": "kzhang@appcelerator.com"
},
{
"name": "Eddie Liu",
"email": "gliu@appcelerator.com"
},
{
"name": "Chris Barber",
"email": "cbarber@appcelerator.com"
},
{
"name": "Jeff Haynie",
"email": "jhaynie@appcelerator.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",
"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"
}
}