UNPKG

1.72 kBJSONView Raw
1{
2 "name": "rl-async-testing",
3 "version": "1.1.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 "mocha",
13 "chai"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://gitlab.com/RenovoSolutions/rl-async-testing"
18 },
19 "scripts": {
20 "prepublish": "typings install && npm run build",
21 "clean": "gulp clean",
22 "build": "gulp clean && tsc && echo Build complete",
23 "build.watch": "tsc -w",
24 "test": "karma start config/karma.conf.js",
25 "test.debug": "karma start config/karma.debug.conf.js",
26 "build-test": "npm run build && npm run test",
27 "build-test.watch": "npm run build && npm-run-all --parallel build.watch test.debug"
28 },
29 "devDependencies": {
30 "chai": "~3.5.0",
31 "del": "~2.2.0",
32 "gulp": "~3.9.1",
33 "jasmine": "^2.5.2",
34 "jasmine-core": "^2.5.2",
35 "karma": "~0.13.21",
36 "karma-chai": "~0.1.0",
37 "karma-chrome-launcher": "~0.2.2",
38 "karma-jasmine": "~1.0.2",
39 "karma-sinon": "~1.0.4",
40 "npm-run-all": "~3.1.0",
41 "sinon": "~1.17.3",
42 "typescript": "~1.8.2",
43 "typings": "^1.0.4"
44 },
45 "dependencies": {
46 "@angular/core": "~2.0.0",
47 "@angular/compiler": "~2.0.0",
48 "@angular/common": "~2.0.0",
49 "@angular/platform-browser": "~2.0.0",
50 "@angular/platform-browser-dynamic": "~2.0.0",
51 "es6-shim": "^0.35.0",
52 "lodash": "~4.5.1",
53 "reflect-metadata": "0.1.2",
54 "rxjs": "5.0.0-beta.6",
55 "systemjs": "~0.19.37",
56 "zone.js": "~0.6.25"
57 },
58 "license": "MIT"
59}