forked from wbhob/ionic-long-press
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 948 Bytes
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
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ionic-long-press",
"version": "1.5.0",
"description": "A little plugin to add long-press events to ionic components",
"main": "./dist/index",
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/wbhob/ionic-long-press.git"
},
"scripts": {
"build": "ng-packagr -p package.json"
},
"author": "Wilson Hobbs",
"license": "MIT",
"peerDependencies": {
"@angular/core": "5.2",
"ionic-angular": "3.9.2"
},
"devDependencies": {
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"ionic-angular": "3.9.2",
"ng-packagr": "^3.0.2",
"rxjs": "5.5.2",
"typescript": "2.8.3",
"zone.js": "0.8.18"
},
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"dependencies": {}
}