-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
143 lines (143 loc) · 4.26 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "logology",
"version": "13.0.0",
"description": "Logology and PhoneGap demonstration app",
"main": "index.js",
"keywords": [
"dictionary",
"word",
"study",
"phonegap",
"cordova",
"html5",
"javascript",
"css"
],
"author": "Kerri Shotts <[email protected]> (http://www.photokandy.com)",
"license": "MIT",
"devDependencies": {
"appium-running": "^0.1.3",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"colors": "^1.1.2",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"cross-env": "^4.0.0",
"css-loader": "^0.27.3",
"dom-storage": "^2.0.1",
"eslint": "^3.17.1",
"eslint-plugin-async-await": "0.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"fake-indexeddb": "^1.0.3",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"imports-loader": "^0.7.1",
"istanbul-instrumenter-loader": "^2.0.0",
"json5": "^0.4.0",
"json5-loader": "^1.0.1",
"mocha": "^3.3.0",
"mocha-loader": "^1.1.1",
"mocha-webpack": "^0.7.0",
"node-sass": "^4.5.0",
"nyc": "^10.3.2",
"opendatabase": "^0.2.1",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"source-map-support": "^0.4.15",
"style-loader": "^0.13.2",
"ts-loader": "^2.0.1",
"typescript": "^2.3.2",
"wd": "^0.3.12",
"webpack": "^2.2.1",
"webpack-node-externals": "^1.6.0",
"worker-loader": "^0.8.0"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"cldr-data": "^27.0.10",
"cocoon-cordova-labs-local-webserver": "^2.4.1",
"cordova-android": "~6.1.2",
"cordova-browser": "~4.1.0",
"cordova-ios": "~4.3.1",
"cordova-labs-local-webserver": "git://github.com/apache/cordova-plugins.git#local-webserver",
"cordova-plugin-device": "1.1.0",
"cordova-plugin-globalization": "1.0.2",
"cordova-plugin-inappbrowser": "1.1.1",
"cordova-plugin-network-information": "1.1.0",
"cordova-plugin-safariviewcontroller": "1.2.0",
"cordova-plugin-splashscreen": "2.1.0",
"cordova-plugin-statusbar": "1.0.1",
"cordova-plugin-webpack-transpiler": "~0.3.1",
"cordova-plugin-whitelist": "1.2.0",
"cordova-plugin-wkwebview-engine": "~1.1.2",
"cordova-sqlite-ext": "0.8.0",
"debounce": "^1.0.0",
"globalize": "^1.2.2",
"hammerjs": "^2.0.4",
"ionic-plugin-keyboard": "1.0.8",
"keypather": "^1.10.1",
"matches-selector": "^1.0.0",
"merge": "^1.2.0",
"morphdom": "^1.3.0",
"node-reset-scss": "^1.0.1",
"once": "^1.3.2",
"open-iconic": "git://github.com/iconic/open-iconic.git",
"phonegap-plugin-mobile-accessibility": "1.0.5",
"prefix-property": "^1.0.23",
"svg-injector": "^1.1.3",
"treo": "^0.5.1",
"treo-websql": "^3.0.0",
"whatwg-fetch-local": "git+https://github.com/kerrishotts/fetch.git",
"yasmf-emitter": "^0.1.5",
"yasmf-h": "^0.1.5",
"yasmf-localization": "^0.0.2"
},
"sass": {
"includeModules": [
"node-reset-scss"
],
"includePaths": [
"./node_modules/node-reset-scss/scss"
]
},
"aliases": {
"$APP": "src/www/js/app",
"$LIB": "src/www/js/lib",
"$WIDGETS": "src/www/js/lib/templates/widgets",
"$MODELS": "src/www/js/app/models",
"$VIEWS": "src/www/js/app/views",
"$CONTROLLERS": "src/www/js/app/controllers"
},
"cordova": {
"platforms": [
"android",
"browser",
"ios"
],
"plugins": {
"cordova-labs-local-webserver": {},
"cordova-plugin-device": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-safariviewcontroller": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-webpack-transpiler": {
"CONFIG": "typescript"
},
"cordova-plugin-whitelist": {},
"cordova-plugin-wkwebview-engine": {},
"cordova-sqlite-ext": {},
"ionic-plugin-keyboard": {},
"phonegap-plugin-mobile-accessibility": {}
}
},
"scripts": {
"webpack": "webpack",
"test": "rimraf ./.tmp && mocha-webpack",
"cover": "rimraf ./.tmp && cross-env NODE_ENV=cover nyc npm test && open coverage/index.html",
"lint": "eslint www.src/es/**/*.js"
}
}