-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 971 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 971 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
39
40
{
"name": "ionic-utils",
"version": "0.0.2",
"description": "A ionic provider to easier your life",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertobdev/ionic-utils.git"
},
"keywords": [
"ionic",
"ionic utils",
"utils"
],
"author": "Roberto Barbosa",
"license": "MIT",
"devDependencies": {
"@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/platform-browser": "5.2.9",
"@angular/platform-browser-dynamic": "5.2.9",
"@types/node": "^9.4.6",
"ionic-angular": "3.9.2",
"rxjs": "5.5.8",
"typescript": "2.4.2",
"zone.js": "0.8.20"
}
}