forked from CAYdenberg/node-ncbi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 925 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
{
"name": "@lama-media/node-ncbi",
"version": "0.5.2",
"description": "Access and parse the NCBI eUtils API in Node or the Browser",
"keywords": [
"pubmed",
"ncbi",
"biology",
"medicine",
"research"
],
"main": "index.js",
"scripts": {
"start": "node ./bin/repl"
},
"author": {
"name": "Casey Ydenberg",
"email": "[email protected]",
"url": "http://www.caseyy.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/lama-media/node-ncbi.git"
},
"dependencies": {
"check-types": "^7.0.1",
"popsicle": "^0.5.12",
"react": "^15.3.2",
"react-addons-update": "^15.0.2",
"xml2js": "^0.4.9"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.1.2",
"gulp-util": "^3.0.7",
"mocha": "^2.2.5",
"open": "0.0.5"
},
"license": "MIT"
}