UNPKG

592 BJSONView Raw
1{
2 "name": "ngast",
3 "version": "0.0.27",
4 "description": "Parsing tools for Angular. The project is an abstraction over the Angular compiler which provides friendly interface.",
5 "main": "ngast.bundle.js",
6 "module": "index.js",
7 "types": "index.d.ts",
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/mgechev/ngast.git"
11 },
12 "peerDependencies": {
13 "@angular/compiler": "4.2.3",
14 "@angular/core": "4.2.3"
15 },
16 "keywords": [
17 "AST",
18 "Angular",
19 "Parser",
20 "Compiler"
21 ],
22 "author": "Minko Gechev <mgechev@gmail.com>",
23 "license": "MIT"
24}
\No newline at end of file