forked from matrix-org/tardis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 902 Bytes
/
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
{
"name": "tardis",
"version": "0.0.0",
"description": "Time Agnostic Room DAG Inspection Service",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/matrix-org/tardis.git"
},
"author": "The Matrix.org Foundation C.I.C.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/matrix-org/tardis/issues"
},
"homepage": "https://github.com/matrix-org/tardis#readme",
"dependencies": {
"d3": "^5.16.0",
"d3-dag": "^0.3.5"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-babel": "^5.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}