forked from rossmartin/ionic2-alpha-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
{
"name": "ionic2-alpha-scroll",
"version": "1.1.2",
"description": "Configurable Ionic 2 component for alphabetically indexed list with an alpha scroll bar.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && ngc",
"build-win": "rmdir /Q /S dist && ngc",
"prepublish": "ngc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rossmartin/ionic2-alpha-scroll.git"
},
"keywords": [
"ionic2",
"ionic3",
"angular5",
"alpha-scroll",
"component"
],
"author": "Ross Martin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rossmartin/ionic2-alpha-scroll/issues"
},
"homepage": "https://github.com/rossmartin/ionic2-alpha-scroll#readme",
"dependencies": {
"@types/hammerjs": "^2.0.33",
"@types/lodash": "^4.14.106",
"hammerjs": "^2.0.8",
"lodash": "^4.17.5"
},
"devDependencies": {
"ionic-angular": "3.9.2",
"@angular/common": "5.2.9",
"@angular/compiler": "5.2.9",
"@angular/compiler-cli": "5.2.9",
"@angular/core": "5.2.9",
"@angular/forms": "5.2.9",
"@angular/http": "5.2.9",
"@angular/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@angular/platform-server": "2.2.1",
"rxjs": "5.5.8",
"typescript": "~2.6.2",
"zone.js": "0.8.20"
}
}