-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
139 lines (139 loc) · 3.8 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
{
"name": "toc-im",
"version": "0.11.2",
"description": "Toc Messenger",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git@github.com:lewisl9029/toc.git"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.5.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"jspm": "^0.16.13",
"run-sequence": "^1.1.4",
"yargs": "^3.27.0"
},
"jspm": {
"directories": {
"baseURL": "toc/app",
"dist": "dist",
"lib": "app",
"packages": "toc/app/dependencies"
},
"configFile": "toc/app/jspm-config.js",
"dependencies": {
"angular": "github:angular/bower-angular@^1.4.7",
"angular-animate": "github:angular/bower-angular-animate@^1.4.7",
"angular-sanitize": "github:angular/bower-angular-sanitize@^1.4.7",
"angular-ui-router": "github:angular-ui/ui-router@^0.2.15",
"baobab": "npm:baobab@^2.1.0",
"driftyco/ionic": "github:driftyco/ionic@1.1.0",
"jquery": "npm:jquery@^2.1.4",
"lewisl9029/html5-qrcode": "github:lewisl9029/html5-qrcode@feature-prefer-rear-camera",
"moment": "npm:moment@^2.10.6",
"node-forge": "npm:node-forge@^0.6.35",
"plugin-text": "github:systemjs/plugin-text@^0.0.2",
"qr-image": "npm:qr-image@^3.1.0",
"ramda": "npm:ramda@^0.17.1",
"remotestoragejs": "npm:remotestoragejs@^0.12.1",
"text": "github:systemjs/plugin-text@^0.0.2"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.25",
"babel-runtime": "npm:babel-runtime@^5.8.25",
"core-js": "npm:core-js@^1.2.2"
},
"overrides": {
"npm:remotestoragejs@0.12.1": {
"main": "release/stable/remotestorage",
"format": "global",
"dependencies": {}
},
"npm:jquery@2.1.4": {
"format": "global"
},
"github:lewisl9029/html5-qrcode@feature-prefer-rear-camera": {
"main": "src/html5-qrcode",
"format": "global",
"dependencies": {
"jquery": "npm:jquery@^2.1.4"
},
"shim": {
"src/html5-qrcode": {
"deps": [
"../lib/jsqrcode-combined.min",
"jquery"
]
}
}
},
"github:driftyco/ionic@1.1.0": {
"registry": "jspm",
"format": "global",
"main": "release/js/ionic-angular",
"directories": {
"lib": "."
},
"shim": {
"release/js/ionic-angular": {
"deps": [
"./ionic",
"angular",
"angular-animate",
"angular-sanitize",
"angular-ui-router"
]
}
},
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-sanitize": "^1.4.7",
"angular-ui-router": "^0.2.15"
}
},
"github:angular-ui/ui-router@0.2.15": {
"shim": {
"angular-ui-router": [
"angular"
]
},
"dependencies": {
"angular": "jspm:angular@^1.4.7"
}
}
}
},
"cordovaPlugins": [
"ionic-plugin-keyboard",
"cordova-plugin-ipad-multitasking",
"cordova-plugin-device",
"cordova-plugin-statusbar",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-crosswalk-webview",
"cordova-plugin-inappbrowser",
"phonegap-plugin-barcodescanner"
],
"cordovaPlatforms": [
"android",
{
"platform": "android",
"version": "",
"locator": "android"
},
"ios"
]
}