-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 931 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": "cc-annotator",
"main": "./lib/annotator",
"version": "0.4.0",
"description": "Allows annotation your code.",
"keywords": [],
"activationCommands": [
{
"atom-workspace": "annotator:annotate_comment"
},
{
"atom-workspace": "annotator:annotate_code"
},
{
"atom-workspace": "annotator:update_patterns"
}
],
"repository": "https://github.com/sebischair/cc-annotator",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"atom-utils": "~0.9.2",
"binary-search": "~1.3.2",
"clear-cut": "~2.0.1",
"coffee-import": "^1.0.0",
"event-kit": "~2.2.0",
"fs-plus": "~2.9.3",
"glob": "^7.1.1",
"highcharts": "^5.0.7",
"less": "^2.7.2",
"moment": "^2.17.1",
"path": "~0.12.7",
"q": "~1.4.1",
"request": "~2.73.0",
"request-promise": "~4.1.1"
}
}