-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1004 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
33
34
35
36
{
"name": "ngtools-webpack-keep-decorators",
"version": "1.1.10",
"description": "temporary @ngtools/webpack package that doesn't remove decorators",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polvista/ngtools-webpack-keep-decorators.git"
},
"keywords": [
"angular2",
"webpack",
"@ngtools/webpack"
],
"author": "Alexey Sokolov",
"license": "ISC",
"bugs": {
"url": "https://github.com/Polvista/ngtools-webpack-keep-decorators/issues"
},
"homepage": "https://github.com/Polvista/ngtools-webpack-keep-decorators#readme",
"dependencies": {
"@angular-cli/ast-tools": "^1.0.0",
"magic-string": "^0.16.0",
"source-map": "^0.5.6"
},
"peerDependencies": {
"@angular/compiler-cli": "2.2.3",
"@angular/core": "2.2.3",
"reflect-metadata": "^0.1.8",
"typescript": "^2.0.2"
},
"typings": "src/index.d.ts"
}