-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 799 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "vpf-parser-cli",
"version": "1.0.0",
"description": "Offer an interface for a recursive descent parser implemented in Javascript for reading and processing the Verbose POI Format (VPF). This format allows to describe any list of Point of Interest (POI) with an associated list of evaluation. The files are in text format and should respect the following grammar.",
"main": "caporalCli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "matthieu.tixier@utt.fr",
"license": "MIT/BSD",
"dependencies": {
"@caporal/core": "^3.1.5",
"colors": "^1.4.0",
"nodeplotlib": "^1.1.2",
"vega": "^5.17.0",
"vega-lite": "^4.17.0"
},
"overrides": {
"ajv": "^8.17.1",
"whatwg-url": "^14.0.0"
}
}