-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.11 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
45
46
47
{
"name": "textencodingconverter",
"license": "MIT",
"version": "1.0.4",
"description": "An open source Android text file charset encoding converter.",
"dependencies": {
"@ionic-native/file-chooser": "^3.5.0",
"buffer": "^5.0.2",
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"iconv-lite": "^0.4.15",
"jschardet": "^1.4.1",
"jshint": "^2.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/e-onux/textEncodingConverter.git"
},
"devDependencies": {
"bower": "^1.3.3",
"browserify": "^13.3.0",
"gulp-jshint": "^2.0.4",
"gulp-util": "^2.2.14",
"shelljs": "^0.3.0",
"vinyl-source-stream": "^1.1.0"
},
"browser": {
"ionic": "./node_modules/ionic/js/ionic.js",
"angular": "./node_modules/angular/angular.js"
},
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-statusbar",
"cordova-plugin-device"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
]
}