UNPKG

1.78 kBJSONView Raw
1{
2 "name": "rl-async-testing",
3 "version": "1.6.0",
4 "description": "Asynchronous testing tools for rxjs and es6 promises",
5 "author": "Renovo Development Team",
6 "main": "index.js",
7 "typings": "index.d.ts",
8 "keywords": [
9 "typescript",
10 "@angular",
11 "rxjs",
12 "sinon"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://gitlab.com/RenovoSolutions/rl-async-testing"
17 },
18 "scripts": {
19 "prepublish": "npm run build",
20 "clean": "gulp clean",
21 "build": "gulp clean && tsc && echo Build complete",
22 "build.watch": "tsc -w",
23 "test": "karma start config/karma.conf.js",
24 "test.debug": "karma start config/karma.debug.conf.js",
25 "build-test": "npm run build && npm run test",
26 "build-test.watch": "npm run build && npm-run-all --parallel build.watch test.debug"
27 },
28 "devDependencies": {
29 "@types/chai": "^3.4.33",
30 "@types/sinon": "^1.16.31",
31 "chai": "~3.5.0",
32 "del": "~2.2.0",
33 "gulp": "~3.9.1",
34 "jasmine": "^2.5.2",
35 "jasmine-core": "^2.5.2",
36 "karma": "~0.13.21",
37 "karma-chai": "~0.1.0",
38 "karma-chrome-launcher": "~0.2.2",
39 "karma-jasmine": "~1.0.2",
40 "karma-sinon": "~1.0.4",
41 "npm-run-all": "~3.1.0",
42 "sinon": "~1.17.3",
43 "typescript": "~2.0.3"
44 },
45 "dependencies": {
46 "@angular/common": "~2.4.0",
47 "@angular/compiler": "~2.4.0",
48 "@angular/core": "~2.4.0",
49 "@angular/platform-browser": "~2.4.0",
50 "@angular/platform-browser-dynamic": "~2.4.0",
51 "@types/core-js": "^0.9.34",
52 "@types/lodash": "^4.14.36",
53 "core-js": "^2.4.1",
54 "lodash": "~4.5.1",
55 "reflect-metadata": "0.1.2",
56 "rxjs": "~5.0.0",
57 "systemjs": "~0.19.37",
58 "zone.js": "~0.6.25"
59 },
60 "license": "MIT"
61}