UNPKG

2.74 kBJSONView Raw
1{
2 "name": "angular-in-memory-web-api",
3 "version": "0.11.0",
4 "description": "An in-memory web api for Angular demos and tests",
5 "main": "bundles/in-memory-web-api.umd.js",
6 "module": "index.js",
7 "scripts": {
8 "build": "tsc",
9 "build:watch": "tsc -w",
10 "build:lib": "gulp build",
11 "lint": "tslint ./src/*.ts -t verbose -e ./src/*.d.ts",
12 "start": "concurrently \"npm run build:watch\" \"npm run serve\"",
13 "pretest": "npm run build",
14 "test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"",
15 "pretest:once": "npm run build",
16 "test:once": "karma start karma.conf.js --single-run",
17 "tsc": "tsc",
18 "tsc:w": "tsc -w"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+https://github.com/angular/in-memory-web-api.git"
23 },
24 "publishConfig": {
25 "registry": "https://wombat-dressing-room.appspot.com"
26 },
27 "keywords": [],
28 "author": "",
29 "license": "MIT",
30 "bugs": {
31 "url": "https://github.com/angular/in-memory-web-api/issues"
32 },
33 "homepage": "https://github.com/angular/in-memory-web-api#readme",
34 "peerDependencies": {
35 "@angular/common": ">=8.0.0",
36 "@angular/core": ">=8.0.0",
37 "rxjs": "^6.0.0"
38 },
39 "devDependencies": {
40 "@angular/animations": "^8.0.0",
41 "@angular/common": "^8.0.0",
42 "@angular/compiler": "^8.0.0",
43 "@angular/compiler-cli": "^8.0.0",
44 "@angular/core": "^8.0.0",
45 "@angular/platform-browser": "^8.0.0",
46 "@angular/platform-browser-dynamic": "^8.0.0",
47 "@angular/platform-server": "^8.0.0",
48 "@types/jasmine": "2.8.7",
49 "@types/jasminewd2": "~2.0.3",
50 "@types/jasmine-ajax": "^3.1.37",
51 "@types/node": "^8.10.0",
52 "canonical-path": "0.0.2",
53 "concurrently": "^3.0.0",
54 "core-js": "^2.4.1",
55 "del": "^2.2.2",
56 "gulp": "^4.0.2",
57 "gulp-bump": "^3.1.3",
58 "gulp-load-plugins": "^2.0.3",
59 "gulp-task-listing": "^1.1.0",
60 "http-server": "^0.9.0",
61 "jasmine-ajax": "^3.3.1",
62 "jasmine-core": "~2.8.0",
63 "jasmine-spec-reporter": "~4.2.1",
64 "karma": "~2.0.0",
65 "karma-chrome-launcher": "~2.2.0",
66 "karma-cli": "~1.0.1",
67 "karma-coverage-istanbul-reporter": "~2.0.0",
68 "karma-jasmine": "~1.1.1",
69 "karma-jasmine-html-reporter": "^0.2.2",
70 "karma-jasmine-ajax": "^0.1.13",
71 "karma-phantomjs-launcher": "^1.0.4",
72 "karma-sourcemap-loader": "^0.3.7",
73 "karma-webpack": "^3.0.0",
74 "lite-server": "^2.3.0",
75 "lodash": "^4.17.10",
76 "rimraf": "^2.6.2",
77 "rollup": "^0.58.2",
78 "rollup-stream": "^1.24.1",
79 "rxjs": "^6.2.0",
80 "systemjs": "0.21.3",
81 "tslint": "^5.10.0",
82 "typescript": "3.4.5",
83 "vinyl-source-stream": "^2.0.0",
84 "webpack": "2.2.1",
85 "yargs": "^11.0.0",
86 "zone.js": "^0.9.1"
87 }
88}