-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 971 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
35
36
37
38
39
40
41
42
43
{
"name": "meet-the-fans",
"version": "1.1.1",
"description": "Network graph of GitHub repositories, followers, stars, and forks.",
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/meet-the-fans.git"
},
"copyright": "(c) 2024 Olivier Giulieri",
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/evoluteur"
},
"scripts": {
"mini": "uglifyjs js/data.js js/graph.js js/views.js --compress --mangle --warn --output dist/meet-the-fans.min.js"
},
"devDependencies": {
"uglify-js": "^3.3.11"
},
"keywords": [
"github",
"visualization",
"repo",
"repository",
"network",
"graph",
"star",
"forks",
"stargazers",
"stars",
"history",
"followers",
"repository",
"fans",
"graphql",
"github-forks",
"github-stargazers",
"d3",
"d3js"
]
}