-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 840 Bytes
/
package.json
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
{
"name": "reverse-proxy-schematic",
"version": "0.0.5",
"description": "Angular schematic for a development SSL wildcard reverse-proxy",
"repository": {
"type": "git",
"url": "git+https://github.com/unitedhubs/reverse-proxy-schematic.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics"
],
"author": "",
"license": "MIT",
"schematics": "./src/collection.json",
"dependencies": {
"@angular-devkit/core": "^7.0.6",
"@angular-devkit/schematics": "^7.0.6",
"@schematics/angular": "^7.0.6",
"@types/jasmine": "^2.6.0",
"@types/node": "^8.0.31",
"jasmine": "^2.8.0",
"schematics-utilities": "^1.1.1",
"typescript": "~3.1.6"
},
"devDependencies": {
"prettier": "^1.15.2"
}
}