-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 750 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 750 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
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ionic-scrolling-header",
"version": "0.1.0",
"description": "A plugin to hide the header on scroll",
"private": true,
"scripts": {
"build": "ng-packagr -p ./src/package.json",
"postbuild": "copyfiles -f README.md ./dist"
},
"keywords": [
"angular4",
"angular5",
"ionic3",
"ionic2",
"header",
"scroll"
],
"author": "Sachin M S",
"repository": {
"type": "git",
"url": "https://github.com/keephacking/ionic-scrolling-header.git"
},
"license": "MIT",
"devDependencies": {
"ng-packagr": "^4.0.0-rc.3",
"copyfiles": "^2.0.0"
}
}