-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "ngx-scroll-to-top",
"version": "0.1.2",
"description": "An Angular Library used to make an element stick to the top of the page.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublish": "tsc",
"tsc": "tsc"
},
"devDependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.4.5",
"rxjs": "^5.0.1",
"typescript": "2.0.2",
"zone.js": "0.7.2",
"@types/node": "^8.0.26",
"@types/angular": "^1.6.18"
},
"engines": {
"node": ">=0.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrL1605/ngx-scroll-to-top.git"
},
"keywords": [
"angular",
"scroll",
"sticks",
"top"
],
"author": {
"name": "Lalit Umbarkar",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MrL1605/ngx-scroll-to-top/issues"
},
"homepage": "https://github.com/MrL1605/ngx-scroll-to-top#readme"
}