This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.58 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
{
"name": "vistorian-widgets",
"version": "0.0.2-alpha",
"description": "Vistorian-widgets is a java script / (Typescript) library and a programming framework for interactive network visualizations with:",
"main": "lib/index.js",
"private": false,
"types": "lib/index.d.js",
"scripts": {
"build": "tsc --pretty false && rollup -c",
"lint": "tslint -p . -e 'package.json'",
"clean": "rimraf lib",
"prepare": "npm run build"
},
"author": "Benjamin Bach <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/jquery": "^1.10.35",
"@types/lz-string": "^1.3.32",
"@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",
"typescript": "^3.2.4",
"tslint": "^5.12.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/networkcube/vistorian-widgets.git"
},
"collaborators": [
"Jean-Daniel Fekete <[email protected]",
"Alexandra Ibarra Cuesta"
],
"homepage": "https://github.com/networkcube/networkcube#readme",
"dependencies": {
"@types/three": "^0.93.27",
"jquery": "^3.3.1",
"lz-string": "^1.3.32",
"moment": "^2.23.0",
"papaparse": "^4.6.3",
"three": "^0.100.0",
"vistorian-core": "^0.0.1-alpha"
}
}