-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.66 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
{
"name": "angular-swagger-form-field",
"version": "1.2.6",
"description": "Angular (2 and above) module with some components to build a model-driven form using the generated classes from the swagger-ts-generator.",
"main": "components.ts",
"scripts": {
"build": "tsc",
"publish-patch": "tsc && npm version patch && npm publish",
"publish-minor": "tsc && npm version minor && npm publish",
"publish-major": "tsc && npm version major && npm publish"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/areijngoudt/angular-swagger-form-field"
},
"author": "Ad Reijngoudt <areijngoudt@gmail.com>",
"license": "ISC",
"dependencies": {
"@angular/common": "^4.3.3",
"@angular/compiler": "^4.3.3",
"@angular/core": "^4.3.3",
"@angular/forms": "^4.3.3",
"@angular/http": "^4.3.3",
"@angular/platform-browser": "^4.3.3",
"@angular/platform-browser-dynamic": "^4.3.3",
"@angular/router": "^4.3.3",
"@ngx-translate/core": "^7.1.0",
"@ngx-translate/http-loader": "^1.0.2",
"core-js": "^2.5.0",
"rxjs": "5.4.2",
"zone.js": "^0.8.16"
},
"devDependencies": {
"@angular/cli": "^1.2.7",
"@angular/compiler-cli": "^4.3.3",
"@types/jasmine": "^2.5.54",
"@types/lodash": "^4.14.36",
"codelyzer": "^3.1.2",
"fsevents": "^1.0.15",
"jasmine-core": "2.7.0",
"jasmine-spec-reporter": "4.2.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-remap-istanbul": "^0.2.1",
"protractor": "~5.1.0",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "2.4.0"
}
}