forked from apcshields/autocomplete-bibtex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "autocomplete-bibtex",
"main": "./lib/main",
"version": "0.7.0",
"description": "Uses Autocomplete+ to fill-in keys from bibtex, citeproc JSON, and citeproc YAML files.",
"author": "apcshields",
"license": "MIT",
"keywords": [
"markdown",
"commonmark",
"pandoc",
"tex",
"bibtex",
"citeproc",
"yaml"
],
"engines": {
"atom": ">=1.0.0"
},
"dependencies": {
"fuzzaldrin": "~1.0.0",
"xregexp": "^2.0.0",
"atom-space-pen-views": "^2.1.0",
"yaml-js": "^0.1.3",
"zotero-bibtex-parse": "git://github.com/apcshields/zotero-bibtex-parse.git#v1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/apcshields/autocomplete-bibtex"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
},
"bibliographicReferences": {
"versions": {
"1.0.0": "provide"
}
}
}
}