This repository was archived by the owner on Jun 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.36 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.36 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
{
"name": "angular-virtual-list",
"version": "0.2.3",
"description": "Angular module for virtual -infinite- list",
"author": "Amin Paks <amin.pakseresht@hotmail.com>",
"license": "MIT",
"main": "dist/bundles/angular-virtual-list.umd.js",
"module": "dist/angular-virtual-list.es5.js",
"es2015": "dist/angular-virtual-list.js",
"typings": "dist/angular-virtual-list.d.ts",
"scripts": {
"build": "tsb",
"lint": "tslint -p tsconfig.json src/**/*.ts",
"test": "npm test",
"tslint": "tslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminpaks/angular-virtual-list"
},
"bugs": {
"url": "https://github.com/aminpaks/angular-virtual-list/issues"
},
"keywords": [
"virtual scroll",
"scroll",
"angular",
"angular 4"
],
"homepage": "https://github.com/aminpaks/angular-virtual-list#readme",
"peerDependencies": {
"@angular/common": ">= 4.0.0 < 5",
"@angular/core": ">= 4.0.0 < 5",
"rxjs": ">= 5.0.0 < 6",
"zone.js": ">= 0.8.0 < 1"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/core": "^4.0.0",
"@types/node": "^8.0.19",
"codelyzer": "^3.1.2",
"rimraf": "2.5.4",
"rxjs": "5.0.1",
"tslint": "^5.5.0",
"typescript": "~2.3.0",
"typescript-library-bundler": "^0.0.3",
"zone.js": "^0.8.16"
}
}