{
  "name": "cassmask",
  "version": "1.7.8",
  "description": "An Observable Driven Apache Cassandra ORM",
  "main": "index.js",
  "files": [
    "index.d.ts"
  ],
  "scripts": {
    "test": "node ./tests/api && rimraf tmp",
    "test:db": "node ./tests/database && rimraf tmp",
    "prefuse": "rimraf index.js",
    "fuse": "node fuse"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JCThomas4214/CassMask.git"
  },
  "keywords": [
    "Cassandra",
    "ORM",
    "cassandra-driver",
    "Observables",
    "Reactive",
    "nodejs",
    "node",
    "rxjs",
    "CQL",
    "Observable-streams"
  ],
  "author": "JT",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JCThomas4214/CassMask/issues"
  },
  "homepage": "https://github.com/JCThomas4214/CassMask#readme",
  "dependencies": {
    "cassandra-driver": "^3.2.0",
    "rxjs": "^5.2.0"
  },
  "devDependencies": {
    "@types/cassandra-driver": "^0.8.10",
    "@types/es6-collections": "^0.5.29",
    "@types/es6-promise": "^0.0.32",
    "@types/node": "^7.0.8",
    "fuse-box": "^1.3.128",
    "glob": "^7.1.1",
    "jasmine": "^2.5.3",
    "jasmine-spec-reporter": "^3.2.0",
    "rimraf": "^2.6.1",
    "typescript": "^2.2.1",
    "uglify-js": "^2.8.14"
  }
}
