-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 952 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
{
"name": "sdo-converter",
"version": "2.0.1",
"description": "Stand-alone JavaScript (JS) tool that converts the vocabulary of Schema.org into easy to use JSON files with a tree-like data model. This tool comes with a JS library (SDO-Library) that uses the previously mentioned JSON files to provide data-retrieving functions for the Schema.org vocabulary.",
"main": "sdoConverter.js",
"scripts": {
"start": "node sdoConverter start"
},
"keywords": [
"schema",
"org",
"converter",
"sdo-converter",
"sdo-library",
"jsonld",
"json",
"transformator"
],
"repository": {
"type": "git",
"url": "https://github.com/semantifyit/SDO-Converter"
},
"homepage": "https://github.com/semantifyit/SDO-Converter",
"author": "Omar J. Aviles Holzknecht",
"license": "MIT",
"dependencies": {
"del": "^2.2.2",
"fs": "0.0.1-security",
"minimist": "^1.2.0",
"request": "^2.88.0"
}
}