-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 933 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
{
"name": "baig.brackets-zotero",
"version": "0.1.7",
"title": "Zotero Integration",
"description": "Add In-Text Citations and Manage Bibliographies in Scholarly Markdown using Zotero",
"homepage": "http://baig.github.io/brackets-zotero/",
"engines": {
"brackets": ">=1.1.0"
},
"author": "Wasif Hasan Baig <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/baig/brackets-zotero.git"
},
"bugs": {
"url": "https://github.com/baig/brackets-zotero/issues",
"email": "[email protected]"
},
"keywords": [
"zotero",
"citation",
"reference",
"citation management",
"reference management",
"bibliography generation"
],
"i18n": [
"en"
],
"devDependencies": {
"gulp": "^3.8.11",
"gulp-jscs": "^1.4.0",
"gulp-jscs-stylish": "^1.0.2",
"gulp-jshint": "^1.9.4",
"jshint-stylish": "^1.0.1"
}
}