This repository was archived by the owner on Jul 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.68 KB
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
{
"name": "vistorian-core",
"version": "0.0.2-alpha",
"description": "Vistorian-core is a java script / (Typescript) library and a programming framework for interactive network visualizations with:",
"private": false,
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --pretty false && rollup -c",
"lint": "tslint -p . -e 'package.json'",
"clean": "rimraf lib",
"prepare": "npm run build"
},
"author": "Benjamin Bach <benj.bach@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jquery": "^1.10.35",
"@types/lz-string": "^1.3.33",
"@types/papaparse": "^4.5.7",
"rimraf": "^2.6.3",
"rollup": "^1.1.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"source-map-support": "^0.5.10",
"tslint": "^5.12.1",
"typescript": "^3.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/networkcube/vistorian-core.git"
},
"collaborators": [
"Jean-Daniel Fekete <Jean-Daniel.Fekete@inria.fr",
"Alexandra Ibarra Cuesta"
],
"homepage": "https://github.com/networkcube/vistorian-core#readme",
"bundledDependencies": [
"moment"
],
"dependencies": {
"@types/three": "^0.93.27",
"acorn": "^6.1.1",
"exorcist": "^1.0.1",
"jquery": "^3.3.1",
"lz-string": "^1.3.32",
"moment": "^2.23.0",
"netclustering": "0.0.3",
"papaparse": "^4.6.3",
"reorder.js": "^1.0.6",
"three": "^0.100.0"
}
}