UNPKG

nodejs-db-informix

Version:
51 lines (50 loc) 1.35 kB
{ "name": "nodejs-db-informix" , "description": "Informix database bindings for Node.JS" , "keywords": [ "database" , "db" , "native" , "binding" , "library" , "plugin" , "informix" , "csdk" ] , "homepage": "https://github.com/amitkr/nodejs-db-informix" , "version": "0.0.11" , "engines": { "node" : ">=0.6.12" } , "maintainers": [{ "name": "Amit Kumar" , "email": "amitkr@rocketmail.com" }] , "bugs": { "url": "http://github.com/amitkr/nodejs-db-informix/issues" , "email": "amikr@rocketmail.com" } , "licenses": [{ "type": "MIT" }] , "main": "./nodejs-db-informix" , "scripts": { "install": "node-gyp configure build" , "preuninstall": "rm -rf build/*" , "test" : "nodeunit tests/tests.js" , "doc" : "doxygen docs/docs.doxy" } , "devDependencies" : { "nodeunit" : "*" , "nodelint" : "*" } , "dependencies": { } , "optionalDependencies": { "libuv" : "0.10.18" , "pthread" : "*" } , "author": "Amit Kumar <amitkr@rocketmail.com> (https://github.com/amitkr)" , "repository": { "type": "git", "url": "git://github.com/amitkr/nodejs-db-informix.git" } }