forked from ert78gb/ng-scroll-spy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 838 Bytes
/
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
{
"name": "ng-scroll-spy",
"version": "1.0.0",
"description": "Angular 4 directive that tracking the scrolling of the document and highligh the navigation link",
"dependencies": {},
"devDependencies": {
"@angular/common": "^4.0.3",
"@angular/compiler": "^4.0.3",
"@angular/compiler-cli": "^4.0.3",
"@angular/core": "^4.0.3",
"@angular/platform-browser": "^4.0.3",
"ng-html-util": "^1.0.0",
"rollup": "^0.41.6",
"rxjs": "^5.3.0",
"smoothscroll-polyfill": "^0.3.5",
"typescript": "^2.3.0",
"zone.js": "^0.8.5"
},
"peerDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Robert Kiss <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ert78gb/ng-scroll-spy.git"
}
}