-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 908 Bytes
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
{
"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": "jasmine"
},
"keywords": [],
"author": "matthieu.tixier@utt.fr",
"license": "MIT/BSD",
"dependencies": {
"@caporal/core": "^2.0.2",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"colors": "^1.4.0",
"ical": "^0.8.0",
"ics": "^2.35.0",
"ics-js": "^0.10.2",
"immutable-ics": "^0.4.0",
"vega": "^5.17.0",
"vega-lite": "^4.17.0"
},
"devDependencies": {
"jasmine": "^3.6.3"
}
}