-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.32 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
{
"name": "@stare.js/stare.js-client",
"version": "1.1.2",
"description": "visualization package for stare.js-server",
"keywords": [
"client",
"serp",
"visualization"
],
"main": "./lib/index.js",
"files": [
"lib/",
"dist/",
"LICENSE",
"README.md"
],
"scripts": {
"test": "jest test/stare.test.js",
"test:coveralls": "jest test/stare.test.js --coverage --coverageReporters=text-lcov | coveralls",
"build": "babel ./lib -d ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StArE-js/stare.js-client.git"
},
"contributors": [
"Diego Salazar S. <diego.salazar.se@usach.cl>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/StArE-js/stare.js-client/issues"
},
"homepage": "https://github.com/StArE-js/stare.js-client#readme",
"dependencies": {
"@tweenjs/tween.js": "^18.6.0",
"d3": "^5.15.1",
"debug": "^4.1.1",
"lodash": "^4.17.19",
"three": "^0.118.3",
"tween.js": "^16.6.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-jest": "^25.1.0",
"coveralls": "^3.0.9",
"jest": "^26.4.2"
},
"directories": {
"doc": "docs",
"example": "examples",
"lib": "lib",
"test": "test"
},
"author": "d-salazar-se"
}