-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 877 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 877 Bytes
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
{
"name": "compgraph",
"version": "1.0.0",
"description": "digraph hierarchical graph layout",
"main": "test.html",
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.9.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"http-server": "^0.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint *.mjs",
"start": "http-server . -c-1 -o"
},
"repository": {
"type": "git",
"url": "ssh://matze@server/home/matze/repos/compgraph.git"
},
"author": "Matthias Braun <matze@braunis.de>",
"license": "BSD-2-Clause"
}