-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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": "ion-refresh-native",
"version": "1.0.5",
"description": "A directive for Ionic framework for implementing native like pull-to-refresh.",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc && npm run copy-scss",
"build-css": "node-sass --include-path scss src/scss/ion-refresh-native.scss src/css/ion-refresh-native.css",
"copy-scss": "copyfiles -f ./src/scss/*.scss dist/scss/",
"publishPackage": "npm run build && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omelsoft/ion-refresh-native.git"
},
"keywords": [
"ionic",
"ionic2",
"ionic3",
"pull-to-refresh",
"refresher",
"ion-fresher"
],
"author": "Cromwell Bayon <omelsoft@gmail.com>",
"license": "MIT",
"devDependencies": {
"@angular/common": "5.0.3",
"@angular/compiler": "5.0.3",
"@angular/compiler-cli": "5.0.3",
"@angular/core": "5.0.3",
"@angular/forms": "^5.2.7",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@types/node": "^9.4.6",
"copyfiles": "^2.1.0",
"ionic-angular": "3.9.2",
"node-sass": "^4.10.0",
"rxjs": "5.5.2",
"typescript": "2.4.2",
"zone.js": "0.8.18"
}
}