-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.09 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
44
45
46
47
{
"name": "citation-web-server",
"version": "0.0.4",
"description": "The node based server for the software citation tools.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "test",
"start": "node bin/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sam1360/citation-web-server.git"
},
"keywords": [
"citation"
],
"author": [
"Eric Lee <[email protected]>",
"Robert Lowe <[email protected]>",
"Colin O'Neill <[email protected]>",
"Samuel Mosher <[email protected]>",
"mozillafoundation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sam1360/citation-web-server/issues"
},
"homepage": "https://github.com/sam1360/citation-web-server#readme",
"dependencies": {
"body-parser": "^1.17.0",
"citation-core": "^1.1.1",
"express": "^4.15.0",
"request": "^2.81.0"
},
"devDependencies": {
"eslint": "^3.13.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0"
},
"engines": {
"node": "6.10.0"
}
}