UNPKG

1.73 kBJSONView Raw
1{
2 "name": "rl-async-testing",
3 "version": "1.0.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 && concurrently --kill-others \"npm run build.watch\" \"npm run test.debug\""
28 },
29 "devDependencies": {
30 "chai": "~3.5.0",
31 "concurrently": "~2.0.0",
32 "del": "~2.2.0",
33 "gulp": "~3.9.1",
34 "karma": "~0.13.21",
35 "karma-chai": "~0.1.0",
36 "karma-chrome-launcher": "~0.2.2",
37 "karma-mocha": "~0.2.2",
38 "karma-sinon": "~1.0.4",
39 "mocha": "~2.4.5",
40 "sinon": "~1.17.3",
41 "typescript": "~1.8.2",
42 "typings": "^1.0.4"
43 },
44 "dependencies": {
45 "@angular/core": "2.0.0-rc.5",
46 "@angular/compiler": "2.0.0-rc.5",
47 "@angular/common": "2.0.0-rc.5",
48 "@angular/platform-browser": "2.0.0-rc.5",
49 "@angular/platform-browser-dynamic": "2.0.0-rc.5",
50 "es6-shim": "^0.35.0",
51 "lodash": "~4.5.1",
52 "reflect-metadata": "0.1.2",
53 "rxjs": "5.0.0-beta.6",
54 "systemjs": "~0.19.37",
55 "zone.js": "^0.6.12"
56 },
57 "license": "MIT"
58}