-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 798 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 798 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
28
29
30
31
32
33
34
35
{
"name": "datex2-linker-api",
"version": "0.3.1",
"description": "Converting an existing datex2 source to a json-ld accessible page",
"main": "index.js",
"author": "open Summer of code 2016",
"license": "Apache-2.0",
"dependencies": {
"got": "^8.3.2",
"xml2js": "^0.4.16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oSoc16/datex2-linker-api.git"
},
"bugs": {
"url": "https://github.com/oSoc16/datex2-linker-api/issues"
},
"homepage": "https://github.com/oSoc16/datex2-linker-api#readme",
"devDependencies": {
"ava": "^0.25.0",
"jsonld": "^0.4.11",
"xo": "^0.21.1"
},
"scripts": {
"test": "xo && ava --verbose"
},
"engines": {
"node": ">= 6"
},
"xo": {
"space": true,
"esnext": true
}
}