UNPKG

rxrest-assert

Version:

Assert library for RxRest

41 lines (40 loc) 955 B
{ "name": "rxrest-assert", "version": "6.0.0", "description": "Assert library for RxRest", "main": "lib/index.js", "scripts": { "lint": "./node_modules/.bin/tslint -c tslint.json src/*.ts", "coverage": "npm run build && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test.js", "test": "npm run build && ./node_modules/.bin/mocha -b", "build": "tsc" }, "keywords": [ "REST", "Reactive", "Rxjs", "RxRest" ], "author": "", "license": "MIT", "devDependencies": { "chai": "^3.5.0", "chai-spies": "^0.7.1", "encoding": "^0.1.12", "form-data": "^2.3.2", "istanbul": "^0.4.5", "mocha": "^3.5.3", "node-fetch": "^2.1.2", "rxjs": "^6.2.0", "rxrest": "^5.0.5", "tslint": "^3.15.1", "typescript": "^2.9.1" }, "peerDependencies": { "rxrest": "^6.0.1" }, "typings": "lib/index.d.ts", "dependencies": { "node-status-codes": "^2.0.1" } }