-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1020 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
{
"name": "@9llara/phytojs-minimal-node-esm",
"version": "1.0.0",
"description": "Minimalistic ES6-Next example of PhytoJS usage that runs in NodeJS and lookup opendata for the taxon of the plant corrensponding to italian vernacular name 'origano'",
"type": "module",
"module": "index.js",
"scripts": {
"start": "node -r esm index.js",
"test": "node -r esm index.js | grep -q \"Origanum vulgare\""
},
"author": "9llara",
"license": "MIT",
"dependencies": {
"@rondinif/phytojs": "^1.3.0",
"esm": "^3.2.25",
"isomorphic-fetch": "^2.2.1"
},
"keywords": [
"origano",
"linked data",
"plants",
"rdf",
"spqrql",
"vegetables",
"vegetable garden",
"wikidata",
"phytojs"
],
"homepage": "https://github.com/9llara/phytojs-minimal-node-esm#readme",
"bugs": {
"url": "https://github.com/9llara/phytojs-minimal-node-esm/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/9llara/phytojs-minimal-node-esm.git"
}
}