UNPKG

2.72 kBJSONView Raw
1{
2 "name": "ngx-infinite-scroll",
3 "version": "10.0.1",
4 "description": "An infinite scroll directive for Angular",
5 "main": "./bundles/ngx-infinite-scroll.umd.js",
6 "module": "./modules/ngx-infinite-scroll.es5.js",
7 "es2015": "./modules/ngx-infinite-scroll.js",
8 "scripts": {
9 "build": "node build.js",
10 "test": "karma start",
11 "test:watch": "karma start --single-run=false",
12 "pack-lib": "npm pack ./dist",
13 "publish-lib": "npm publish ./dist",
14 "publish:beta": "npm publish --tag next ./dist",
15 "compodoc": "compodoc -p tsconfig.json",
16 "compodoc:publish": "node scripts/gh-pages",
17 "compodoc-serve": "compodoc -s",
18 "transpile": "ngc -p ./tsconfig.json",
19 "serve:prod": "npm run build && lite-server -c ./example/bs-config.json",
20 "postinstall": "opencollective-postinstall || exit 0"
21 },
22 "typings": "./ngx-infinite-scroll.d.ts",
23 "author": "Oren Farhi (orizens.com)",
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/orizens/ngx-infinite-scroll.git"
27 },
28 "bugs": {
29 "url": "https://github.com/orizens/ngx-infinite-scroll/issues"
30 },
31 "homepage": "https://github.com/orizens/ngx-infinite-scroll",
32 "keywords": [
33 "angular",
34 "javascript",
35 "typescript"
36 ],
37 "license": "MIT",
38 "peerDependencies": {},
39 "devDependencies": {
40 "@angular/animations": "^10.1.6",
41 "@angular/common": "^10.1.6",
42 "@angular/compiler": "^10.1.6",
43 "@angular/compiler-cli": "^10.1.6",
44 "@angular/core": "^10.1.6",
45 "@angular/platform-browser": "^10.1.6",
46 "@angular/platform-browser-dynamic": "^10.1.6",
47 "@angular/platform-server": "^10.1.6",
48 "@compodoc/compodoc": "^1.1.2",
49 "@types/jasmine": "3.3.9",
50 "@types/node": "7.0.10",
51 "chalk": "1.1.3",
52 "codelyzer": "^6.0.1",
53 "core-js": "2.4.1",
54 "gh-pages": "3.1.0",
55 "jasmine-core": "2.5.2",
56 "karma": "1.5.0",
57 "karma-chrome-launcher": "2.2.0",
58 "karma-jasmine": "1.1.0",
59 "karma-sourcemap-loader": "0.3.7",
60 "karma-spec-reporter": "0.0.30",
61 "karma-webpack": "3.0.5",
62 "puppeteer": "1.13.0",
63 "reflect-metadata": "0.1.10",
64 "rollup": "0.41.6",
65 "rxjs": "^6.6.3",
66 "shelljs": "0.7.7",
67 "sorcery": "0.10.0",
68 "ts-helpers": "1.1.2",
69 "ts-loader": "2.0.3",
70 "tsickle": "^0.39.1",
71 "tslint": "~6.1.0",
72 "typescript": "4.0.3",
73 "uglify-js": "^2.8.15",
74 "webpack": "2.3.1",
75 "yargs": "7.0.2",
76 "zone.js": "0.10.3"
77 },
78 "dependencies": {
79 "@scarf/scarf": "^1.1.0",
80 "opencollective-postinstall": "^2.0.2"
81 },
82 "collective": {
83 "type": "opencollective",
84 "url": "https://opencollective.com/ngx-infinite-scroll",
85 "logo": "https://opencollective.com/ngx-infinite-scroll/logo.txt"
86 }
87}