-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 1.66 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "sbolvisual",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"java": {
"repositories": [
{
"id": "oss-sonatype",
"name": "oss-sonatype",
"url": "https://oss.sonatype.org/content/repositories/snapshots/",
"snapshots": {
"enabled": "true"
}
}
],
"dependencies": [
{
"groupId": "org.sbolstandard",
"artifactId": "libSBOLj3",
"version": "1.1-SNAPSHOT"
}
]
},
"dependencies": {
"@popperjs/core": "^2.5.4",
"@rdfjs/parser-jsonld": "^1.2.1",
"autoprefixer": "^10.2.4",
"bootstrap": "^4.5.3",
"brfs": "^2.0.2",
"cheerio": "^1.0.0-rc.3",
"clipboard": "^2.0.8",
"cookie-parser": "~1.4.4",
"crossvent": "^1.5.5",
"custom-event": "^1.0.1",
"debug": "~2.6.9",
"ect": "^0.5.9",
"express": "~4.16.1",
"java": "^0.12.1",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"jsonld": "^3.2.0",
"morgan": "~1.9.1",
"node-gyp": "^7.1.2",
"node-java-maven": "^0.1.2",
"popper.js": "^1.16.1",
"postcss": "^8.2.5"
},
"description": "SBOL Visual is a web-based visualisation tool for the 3rd iteration of the SBOL specification",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/JakeSumner11/sbolvisual.git"
},
"keywords": [
"SBOL",
"javascript",
"nodejs",
"expressjs",
"ect"
],
"author": "Jake Sumner",
"license": "ISC",
"bugs": {
"url": "https://github.com/JakeSumner11/sbolvisual/issues"
},
"homepage": "https://github.com/JakeSumner11/sbolvisual#readme"
}