UNPKG

feathers-couchdb

Version:
79 lines (78 loc) 2.18 kB
{ "name": "feathers-couchdb", "description": "Feathers couchDB adapter service", "version": "0.1.0", "homepage": "https://github.com/lontongcorp/feathers-couchdb", "repository": { "type": "git", "url": "git://github.com/lontongcorp/feathers-couchdb.git" }, "bugs": { "url": "https://github.com/lontongcorp/feathers-couchdb/issues" }, "license": "MIT", "keywords": [ "feathers", "feathers-plugin", "REST", "Socket.io", "realtime", "cradle", "couch", "couchdb", "service" ], "author": { "name": "Feathers contributors", "email": "hello@feathersjs.com", "url": "http://feathersjs.com" }, "contributors": [ { "name": "Erick Tampubolon", "email": "lontongcorp@gmail.com", "url": "http://lontongcorp.com" } ], "main": "lib/", "scripts": { "prepublish": "npm run compile", "publish": "git push origin --tags && git push origin", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "compile": "rm -rf lib/ && babel -d lib/ src/", "watch": "babel --watch -d lib/ src/", "jshint": "jshint src/. test/. --config", "mocha": "mocha test/ --compilers js:babel-core/register", "test": "rm -rf .tmp && npm run compile && npm run jshint && npm run mocha", "start": "node example/app" }, "engines": { "node": ">4.4.0", "npm": "~>.0.0" }, "dependencies": { "babel-polyfill": "^6.7.4", "feathers-errors": "^2.0.1", "feathers-query-filters": "^2.0.0", "uberproto": "^1.2.0" }, "devDependencies": { "babel-cli": "^6.8.0", "babel-core": "^6.3.26", "babel-plugin-add-module-exports": "^0.2.0", "babel-plugin-transform-object-assign": "^6.5.0", "babel-preset-es2015": "^6.3.13", "body-parser": "^1.14.1", "chai": "^3.4.1", "feathers": "^2.0.0-pre.4", "feathers-hooks": "^1.1.0", "feathers-rest": "^1.2.2", "feathers-service-tests": "^0.7.0", "feathers-socketio": "^1.3.3", "jshint": "^2.8.0", "mocha": "^3.0.0", "cradle": "^0.7.1" } }