forked from habitlab/habitlab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
234 lines (234 loc) · 7.39 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
{
"version": "1.0.0",
"private": true,
"description": "",
"dependencies": {
"base64-js": "^1.2.0",
"bounce.js": "^0.8.2",
"brace": "^0.10.0",
"clean-css": "^4.1.7",
"cloner": "^0.4.0",
"css-element-queries": "^0.4.0",
"deepmerge": "^2.1.1",
"dexie": "^1.4.1",
"documentation-habitlab": "^4.0.0-beta.19.4",
"enable-webcomponents-in-content-scripts": "^1.0.7",
"eslint": "^4.8.0",
"gaussian": "^1.1.0",
"getsecret": "^1.0.2",
"htmlparser2": "^3.9.2",
"is-installed": "^2.0.1",
"jquery": "^3.0.0",
"js-yaml": "^3.6.1",
"jspm": "beta",
"levn": "^0.3.0",
"list_requires_multi": "^1.0.2",
"livereload": "^0.6.0",
"livescript-async": "^1.5.2",
"livescript-async-loader": "^0.1.7",
"localforage": "^1.4.3",
"lz-string": "^1.4.4",
"marked": "^0.3.6",
"mathjs": "^3.9.0",
"moment": "^2.13.0",
"msgpack-lite": "^0.1.26",
"net": "^1.0.2",
"netlify": "^1.2.0",
"node-persist": "^3.0.1",
"octokat": "^0.9.2",
"percipio": "^0.1.2",
"prelude-ls": "^1.1.2",
"promise-debounce": "^1.0.1",
"raw-loader": "^0.5.1",
"remove": "^0.1.5",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"shelljs": "^0.7.8",
"shuffled": "^1.0.0",
"sortablejs": "^1.5.0-rc1",
"sweetalert2": "^6.3.2",
"systemjs": "github:gkovacs/systemjs",
"tls": "^0.0.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"underscore": "^1.8.3",
"webcomponentsjs-custom-element-v0": "^1.0.1",
"webpack4-stream-watch": "^3.2.3",
"yarn-api": "^1.1.0"
},
"devDependencies": {
"babel-minify-webpack-plugin": "^0.3.1",
"bestzip": "^1.1.3",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"chrome-web-store-item-property": "^1.1.2",
"deepcopy": "^0.6.3",
"del": "^2.2.0",
"file-loader": "^0.10.0",
"fs-extra": "^2.0.0",
"glob": "^7.0.5",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed": "^1.3.2",
"gulp-crisper": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-livescript-async": "^3.0.2",
"gulp-print": "^2.0.1",
"gulp-shell": "^0.5.2",
"gulp-util": "^3.0.8",
"gulp-vulcanize": "^6.1.0",
"gulp-yaml": "^1.0.1",
"html-loader": "^0.4.3",
"icojs": "^0.5.0",
"jimp": "^0.2.27",
"karma": "^1.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
"karma-sinon": "^1.0.5",
"karma-webpack": "^2.0.2",
"livescript": "^1.5.0",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"module-alias": "^2.0.0",
"node-fetch": "^1.6.3",
"optionator": "^0.8.1",
"rewire": "^2.5.2",
"rewire-webpack": "^1.0.1",
"script-loader": "^0.7.0",
"semver": "^5.3.0",
"sinon": "^1.17.7",
"upath": "^0.2.0",
"vinyl-named": "^1.1.0",
"webpack": "^4.16.5",
"webpack-stream": "^3.2.0"
},
"jspm": {
"main": "habitlab.js",
"directories": {
"lib": "src",
"dist": "dist",
"baseURL": ".",
"packages": "src/jspm_packages"
},
"configFiles": {
"jspm": "jspm.config.js"
},
"dependencies": {
"babel-preset-react": "npm:babel-preset-react@^6.24.1",
"babel-standalone": "npm:babel-standalone@^6.26.0",
"brace": "npm:brace@^0.10.0",
"cfy": "npm:cfy@^1.0.20",
"cheerio": "npm:cheerio@^0.22.0",
"co": "npm:co@^4.6.0",
"css-element-queries": "npm:css-element-queries@^0.4.0",
"dexie": "npm:dexie@^1.4.1",
"enable-webcomponents-in-content-scripts": "npm:enable-webcomponents-in-content-scripts@^1.0.7",
"eslint": "npm:eslint@^4.8.0",
"espree": "npm:espree@^3.5.1",
"esprima": "npm:esprima@^3.1.3",
"gkovacs/systemjs": "github:gkovacs/systemjs@^0.20.8",
"icojs": "npm:icojs-min@^0.5.0",
"jimp": "npm:jimp-min@^0.2.32",
"jquery": "npm:jquery@^3.1.0",
"js-yaml": "github:nodeca/js-yaml@master",
"jspm-nodelibs-process": "npm:jspm-nodelibs-process@0.2.0",
"list_requires_multi": "npm:list_requires_multi@^1.0.2",
"livescript15": "npm:livescript15@^1.5.6",
"mathjs": "npm:mathjs@^3.8.1",
"moment": "npm:moment@^2.14.1",
"nodeca/js-yaml": "github:nodeca/js-yaml@master",
"percipio": "npm:percipio@^0.1.2",
"prelude-ls": "npm:prelude-ls@^1.1.2",
"prettier-min": "npm:prettier-min@^0.15.3",
"prettyprintjs": "npm:prettyprintjs@^0.1.12",
"promise-debounce": "npm:promise-debounce@^1.0.1",
"readable-stream": "npm:readable-stream@^2.2.3",
"shuffled": "npm:shuffled@^1.0.0",
"sortablejs": "npm:sortablejs@^1.5.0-rc1",
"sweetalert2": "npm:sweetalert2@^6.2.4",
"sweetjs-min": "npm:sweetjs-min@^2.2.14",
"text": "github:systemjs/plugin-text@^0.0.8",
"underscore": "npm:underscore@^1.8.3"
},
"devDependencies": {},
"peerDependencies": {
"ajv": "npm:ajv",
"assert": "npm:jspm-nodelibs-assert@^0.2.0",
"bcrypt-pbkdf": "npm:bcrypt-pbkdf@^1.0.0",
"buffer": "npm:jspm-nodelibs-buffer@^0.2.0",
"child_process": "npm:jspm-nodelibs-child_process@^0.2.0",
"constants": "npm:jspm-nodelibs-constants@^0.2.0",
"crypto": "npm:jspm-nodelibs-crypto@^0.2.0",
"dgram": "npm:jspm-nodelibs-dgram@^0.2.0",
"dns": "npm:jspm-nodelibs-dns@^0.2.0",
"ecc-jsbn": "npm:ecc-jsbn@~0.1.1",
"events": "npm:jspm-nodelibs-events@^0.2.0",
"fs": "npm:jspm-nodelibs-fs@^0.2.0",
"http": "npm:jspm-nodelibs-http@^0.2.0",
"https": "npm:jspm-nodelibs-https@^0.2.0",
"jodid25519": "npm:jodid25519@^1.0.0",
"jsbn": "npm:jsbn@0.1",
"module": "npm:jspm-nodelibs-module@^0.2.0",
"net": "npm:jspm-nodelibs-net@^0.2.0",
"os": "npm:jspm-nodelibs-os@^0.2.0",
"path": "npm:jspm-nodelibs-path@^0.2.0",
"process": "npm:jspm-nodelibs-process@^0.2.0",
"querystring": "npm:jspm-nodelibs-querystring@^0.2.0",
"readline": "npm:jspm-nodelibs-readline@^0.2.0",
"repl": "npm:jspm-nodelibs-repl@^0.2.0",
"stream": "npm:jspm-nodelibs-stream@^0.2.0",
"string_decoder": "npm:jspm-nodelibs-string_decoder@^0.2.0",
"timers": "npm:jspm-nodelibs-timers@^0.2.0",
"tls": "npm:jspm-nodelibs-tls@^0.2.0",
"tty": "npm:jspm-nodelibs-tty@^0.2.0",
"tweetnacl": "npm:tweetnacl@0.14",
"url": "npm:jspm-nodelibs-url@^0.2.0",
"util": "npm:jspm-nodelibs-util@^0.2.0",
"vm": "npm:jspm-nodelibs-vm@^0.2.0",
"zlib": "npm:jspm-nodelibs-zlib@^0.2.0"
},
"overrides": {
"npm:browserify-zlib@0.1.4": {
"dependencies": {
"readable-stream": "^2.0.2",
"pako": "~0.2.0"
},
"map": {
"_stream_transform": "readable-stream/transform"
}
},
"npm:inherits@2.0.3": {
"ignore": [
"test.js"
]
},
"npm:jquery@3.1.1": {
"format": "amd"
},
"npm:lodash@4.17.10": {
"map": {
"buffer": "@empty",
"process": "@empty"
}
},
"npm:moment@2.17.1": {
"jspmNodeConversion": false
},
"npm:pbkdf2@3.0.14": {
"main": "browser.js"
},
"npm:safe-buffer@5.1.1": {
"browser": "index.js"
}
}
},
"scripts": {
"test": "karma start"
},
"author": "Geza Kovacs (http://gkovacs.github.com)",
"license": "GPL",
"bugs": {
"url": "https://github.com/habitlab/habitlab-chrome/issues"
},
"homepage": "https://github.com/habitlab/habitlab-chrome#readme"
}