forked from pensoft/refindit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1005 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
41
42
43
{
"name": "refindit",
"version": "1.0.1",
"keywords": ["bibliography", "references", "crossref", "pubmed", "mendeley", "gnub", "zoobank"],
"engines": {
"node": "0.10"
},
"description": "ReFindit is a bibliographic references search engine that brings together information from different sources and builds services on top of the unified data.",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {
"json2xml": "~0.1.1",
"express": "~3.11.0",
"modules": "~0.2.5",
"request": "~2.68.0",
"xml2js": "~0.4.1"
},
"devDependencies": {
"mocha": "~1.12.0",
"jslint": "~0.1.9"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/pensoft/refindit"
},
"author": "Jordan Biserkov jordan@biserkov.com",
"contributors": [
{
"name": "Rozalina Ilieva"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/pensoft/refindit/issues"
},
"homepage": "http://refindit.org"
}