-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.13 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
{
"name": "gl-ionic2-secure-storage",
"version": "0.0.1",
"description": "A Ionic 2 bundle to be able to write easily to an encrypted storage on iOS and Android",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": "dist",
"scripts": {
"ngc": "ngc",
"test:build": "npm run ngc && rm -rf aot dist",
"build": "rm -rf aot dist && npm run ngc",
"clean": "rm -rf aot dist"
},
"keywords": [],
"author": "Geek Learning",
"repository": "https://github.com/geeklearningio/gl-ionic2-secure-storage",
"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.0.3",
"@angular/platform-browser": "5.0.3",
"@angular/platform-browser-dynamic": "5.0.3",
"@ionic-native/core": "^4.5.3",
"@types/node": "^6.0.60",
"ionic-angular": "^3.9.2",
"rxjs": "^5.5.2",
"typescript": "2.4.2",
"zone.js": "^0.8.4"
},
"dependencies": {
"@ionic-native/device": "^4.5.3",
"@ionic-native/secure-storage": "^4.5.3",
"@ionic/storage": "^2.1.3"
}
}