UNPKG

1.2 kBJSONView Raw
1{
2 "name": "ej-angular2",
3 "description": "Angular 2 components for Syncfusion JavaScript widgets",
4 "version": "16.2.46",
5 "scripts": {
6 "lint": "tslint ej/**/*.ts",
7 "prepublish": "npm run build:aot",
8 "tsc": "tsc",
9 "build:aot": "ngc -p ./tsconfig-aot.json"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/syncfusion/ej-angular2"
14 },
15 "author": "Syncfusion Inc",
16 "keywords": [
17 "syncfusion",
18 "ej",
19 "essential",
20 "javascript",
21 "angular",
22 "angular 2",
23 "angular2",
24 "ej-angular2"
25 ],
26 "license": "SEE LICENSE IN README.md",
27 "bugs": {
28 "url": "https://github.com/syncfusion/ej-angular2/issues"
29 },
30 "main": "./src/index.js",
31 "typings": "./src/index.d.ts",
32 "dependencies": {},
33 "devDependencies": {
34 "@angular/common": "4.1.3",
35 "@angular/compiler": "4.1.3",
36 "@angular/compiler-cli": "4.1.3",
37 "@angular/core": "4.1.3",
38 "@angular/forms": "4.1.3",
39 "rxjs": "^5.4.0",
40 "zone.js": "^0.8.11",
41 "codelyzer": "^3.0.1",
42 "tslint": "^3.15.1",
43 "typescript": "2.2.1",
44 "typings": "^1.0.4",
45 "@types/ej.web.all": "^16.2.0",
46 "@types/jquery": "2.0.34",
47 "@types/node": "6.0.52"
48 }
49}