forked from gnanavelshenll/angular-inport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "angular-inport",
"version": "1.0.1",
"description": "Angular in view port for infinite scrolling or checking if the section is in the viewport.",
"main": "dist/inview.module.js",
"typings": "dist/inview.module.d.ts",
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor",
"postinstall": "ng build --aot -prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoderAjay/angular-inport.git"
},
"bugs": {
"url": "https://github.com/CoderAjay/angular-inport/issues"
},
"homepage": "https://github.com/CoderAjay/angular-inport#readme",
"keywords": [
"inview",
"Angular",
"angular-inport",
"Angular inview",
"Angular inview",
"viewport",
"ng inview",
"ng inview",
"view port",
"viewport check",
"inport",
"in port"
],
"author": "Ajay Singh ([email protected])",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@angular/common": "2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/compiler-cli": "^2.4.0",
"@angular/core": "^2.4.0",
"rxjs": "^5.2.0",
"systemjs-builder": "^0.16.3",
"tslint": "^4.5.0",
"typescript": "^2.2.0",
"zone.js": "^0.8.0"
},
"peerDependencies": {
"@angular/core": "^2.1.0",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.23"
}
}