-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 947 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
{
"name": "AFCP",
"main": "./lib/cp-automation",
"version": "0.8.20",
"description": "Automation for programming contests.",
"repository": "https://github.com/horcrux2301/AFCP",
"author": "Harsh Khajuria",
"keywords": [],
"activationCommands": {
"atom-workspace": [
"cp-automation:toggle",
"cp-automation:compile",
"cp-automation:diff",
"cp-automation:removeDiff"
]
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"async": "^2.6.1",
"cheerio": "^1.0.0-rc.2",
"diff": "^3.5.0",
"etch": "^0.14.0",
"filehound": "^1.16.2",
"fs": "0.0.1-security",
"jsdiff": "^1.1.1",
"nightmare": "^3.0.1",
"node-exec-promise": "^1.0.2",
"performance-now": "^2.1.0",
"pidtree": "^0.3.0",
"ps-tree": "^1.1.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"shelljs": "^0.8.1",
"tree-kill": "^1.2.2"
}
}