-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
{
"dependencies": {
"angular2": "2.0.0-beta.9",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"ionic-angular": "2.0.0-beta.3",
"ionicons": "3.0.0-alpha.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
},
"devDependencies": {
"awesome-typescript-loader": "0.15.10",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-sass": "2.2.0",
"gulp-tslint": "^4.3.4",
"gulp-watch": "4.3.5",
"strip-sourcemap-loader": "0.0.1",
"tslint": "^3.6.0",
"typescript": "1.8.7",
"webpack": "1.12.14"
},
"name": "opent2t-console",
"version": "1.0.0",
"description": "Open Translators to Things Console",
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"cordova-plugin-dialogs",
"ionic-plugin-keyboard",
"cordova-plugin-opent2t",
{
"locator": "https://github.com/sgrebnov/cordova-plugin-bluetoothle.git",
"id": "cordova-plugin-bluetoothle"
},
{
"locator": "https://github.com/vladimir-kotikov/cordova-open-zwave",
"id": "cordova-open-zwave"
}
],
"cordovaPlatforms": [
"windows",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/openT2T/console.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/openT2T/console/issues"
},
"homepage": "https://github.com/openT2T/console#readme"
}