forked from linsa-io/linsa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) 路 715 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) 路 715 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
{
"name": "learn-anything",
"version": "1.0.0",
"description": "Search Interactive Mind Maps to learn anything https://learn-anything.xyz",
"license": "MIT",
"contributors": [
{
"name": "Angelo Gazzola",
"email": "angelo@nglgzz.com",
"url": "https://github.com/nglgzz"
},
{
"name": "Nikita Voloboev",
"email": "nikita.voloboev@gmail.com",
"url": "https://github.com/nikitavoloboev"
}
],
"repository": "nikitavoloboev/learn-anything",
"scripts": {
"upload": "node scripts/mapsLoader.js",
"upload:single": "node scripts/mapLoader.js"
},
"dependencies": {
"aws-sdk": "^2.85.0",
"fs-walk": "^0.0.1",
"sitemap": "^1.13.0"
}
}