feathers-express-cassandra
Version:
A Feathers service adapter for the Cassandra ORM (express-cassandra)
75 lines (74 loc) • 2.17 kB
JSON
{
"name": "feathers-express-cassandra",
"version": "0.3.1",
"description": "A Feathers service adapter for the Cassandra ORM (express-cassandra)",
"main": "lib/",
"directories": {
"lib": "lib"
},
"dependencies": {
"cassandra-driver": "^3.2.0",
"feathers-commons": "^0.8.4",
"feathers-errors": "^2.0.1",
"feathers-query-filters": "^2.0.0",
"lodash.isequal": "^4.5.0",
"lodash.omit": "^4.3.0",
"uberproto": "^1.1.2"
},
"devDependencies": {
"express-cassandra": "^1.7.2",
"babel-cli": "^6.1.2",
"babel-core": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.0",
"babel-plugin-transform-object-assign": "^6.1.18",
"babel-preset-es2015": "^6.18.0",
"body-parser": "^1.14.1",
"chai": "^3.4.1",
"eslint-if-supported": "^1.0.1",
"feathers": "^2.0.0",
"feathers-rest": "^1.3.0",
"feathers-service-tests": "^0.9.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.0.0",
"rimraf": "^2.5.4",
"semistandard": "^9.1.0"
},
"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": "rimraf lib/ && babel -d lib/ src/",
"watch": "babel --watch -d lib/ src/",
"lint": "eslint-if-supported semistandard --fix",
"mocha": "mocha --opts mocha.opts --timeout 5000",
"test": "npm run lint && npm run coverage",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts"
},
"repository": {
"type": "git",
"url": "git://github.com/asplogic/feathers-express-cassandra.git"
},
"semistandard": {
"env": [
"mocha"
],
"ignore": [
"/lib"
]
},
"keywords": [
"feathers",
"cassandra",
"express-cassandra",
"database",
"db"
],
"author": "Hon Chau",
"license": "MIT",
"bugs": {
"url": "https://github.com/asplogic/feathers-express-cassandra/issues"
},
"homepage": "https://github.com/asplogic/feathers-express-cassandra#readme"
}