This repository was archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.81 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "angular-http-raml",
"version": "0.0.6",
"description": "testing library for creating angular 4 Http instances based on a RAML definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/patientsknowbest/angular-http-raml.git"
},
"scripts": {
"test": "gulp test"
},
"author": "Bence Eros <ebence88@gmail.com>",
"license": "MIT",
"dependencies": {
"@types/js-yaml": "^3.9.1",
"ajv": "^5.2.0",
"js-yaml": "^3.9.1",
"query-string": "^4.3.4",
"raml-1-parser": "1.1.26",
"url-parse": "^1.1.9",
"zone.js": "^0.8.4"
},
"devDependencies": {
"@angular/common": "^4.3.6",
"@angular/core": "^4.3.6",
"@angular/http": "^4.3.6",
"@angular/platform-browser": "^4.3.6",
"core-js": "^2.4.1",
"duplexify": "^3.5.0",
"fs.realpath": "^1.0.0",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-typedoc": "^2.0.2",
"gulp-typescript": "^3.1.7",
"is-stream": "^1.1.0",
"is-valid-glob": "^1.0.0",
"jasmine": "^2.6.0",
"jasmine-core": "^2.7.0",
"json-loader": "^0.5.7",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"lazystream": "^1.0.0",
"lru-cache": "^4.1.1",
"merge-stream": "^1.0.1",
"path-dirname": "^1.0.2",
"process-nextick-args": "^1.0.7",
"rxjs": "^5.4.1",
"sigmund": "^1.0.1",
"strip-bom-stream": "^3.0.0",
"through2-filter": "^2.0.0",
"to-absolute-glob": "^2.0.1",
"typedoc": "^0.7.1",
"typescript": "^2.3.4",
"util-deprecate": "^1.0.2",
"vali-date": "^1.0.0"
}
}