-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 986 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
{
"name": "@solgenomics/brapijs",
"version": "2.0.3",
"description": "BrAPI.js is a JavaScript client library for [BrAPI](https://brapi.org). It can be used either in the browser or within Node.js. It uses the [Fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) (or [node-fetch]() in Node.js) for AJAX calls. BrAPI.js also uses ES6 classes.",
"bugs": {
"url": "https://github.com/solgenomics/BrAPI.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solgenomics/BrAPI.js.git"
},
"license": "MIT",
"main": "build/BrAPI.js",
"scripts": {
"prepare": "rm -rf build && mkdir build && rollup -f umd -n BrAPI -o build/BrAPI.js -- main.js"
},
"author": "Mirella Flores <[email protected]>",
"dependencies": {
"node-fetch": "2.6.7",
"rollup": "^0.40.2"
},
"homepage": "https://github.com/solgenomics/BrAPI.js#readme",
"directories": {
"doc": "docs"
},
"keywords": [
"brapiv2"
]
}