-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 963 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
{
"name": "citation-core",
"version": "1.2.0",
"description": "A Framework for generating a citation from several sources",
"main": "citationCore.js",
"scripts": {
"test": "mocha ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozillascience/software-citation-tools.git"
},
"keywords": [
"citation"
],
"contributors": ["Eric Lee <nokeeo@me.com>", "Robert Lowe <rdl8212@rit.edu>", "Colin O'Neill <cmo6720@rit.edu>", "Samuel Mosher <sam1360@rit.edu>", "mozillafoundation"],
"license": "MIT",
"bugs": {
"url": "https://github.com/mozillascience/software-citation-tools/issues"
},
"homepage": "https://github.com/mozillascience/software-citation-tools#readme",
"dependencies": {
"async": "^2.1.4",
"request": "^2.79.0"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0"
}
}