blow-data-service
Version:
Observable data service for Blow.
48 lines (47 loc) • 1.65 kB
JSON
{
"name": "blow-data-service",
"version": "0.1.12",
"description": "",
"main": "lib/blow-data-service.js",
"typings": "lib/blow-data-service.d.ts",
"scripts": {
"lint": "tslint -c tslint.json src/*.ts src/**/*.ts src/**/**/*.ts",
"pretest": "npm run build && tsc test/*.ts --module commonjs --target ES6 --experimentalDecorators --emitDecoratorMetadata",
"test": "mocha --harmony_default_parameters --harmony_destructuring",
"coverage": "npm run pretest && ./node_modules/.bin/istanbul cover _mocha --harmony_default_parameters --harmony_destructuring && npm run posttest",
"coverage:open": "open coverage/lcov-report/index.html",
"posttest": "find ./test -name '*.js' -type f -delete && find ./src -name '*.js' -type f -delete",
"dev:start": "npm run build && node --harmony_default_parameters --harmony_destructuring ./lib/blow-data-service.js",
"start": "node --harmony_default_parameters --harmony_destructuring ./lib/blow-data-service.js",
"dev": "nodemon .",
"build": "tsc",
"clean": "rm -rf ./lib"
},
"keywords": [
"rx",
"observable",
"data",
"service",
"blow",
"typescript"
],
"author": "Maciej Chmielarski <m.chmielarski@gmail.com>",
"license": "MIT",
"dependencies": {
"blow-collection": "^0.1.15",
"blow-query": "^0.1.11",
"blow-service": "^0.1.1",
"mongodb": "^2.1.7",
"rxjs": "5.0.0-beta.1"
},
"devDependencies": {
"chai": "^3.4.1",
"istanbul": "^0.4.2",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
"repository": {
"type": "github",
"url": "https://github.com/mchmielarski/blow-data-service"
}
}