-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 891 Bytes
/
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
{
"name": "codeblue",
"main": "./lib/codeblue",
"version": "1.6.0",
"description": "Run and submit solutions of codeforces live contest from your favorite text editor",
"keywords": [
"coding",
"programming",
"codeforces",
"helper",
"atcoder",
"submission"
],
"activationCommands": {
"atom-workspace": "codeblue:toggle"
},
"repository": "https://github.com/blueedgetechno/codeblue",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"child_process": "^1.0.2",
"copy-to-clipboard": "^3.3.1",
"fs": "0.0.1-security",
"path": "^0.12.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"request": "^2.88.2"
},
"consumedServices": {
"tree-view": {
"versions": {
"^1.0.0": "consumeTreeView"
}
}
}
}