-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 977 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
{
"name": "altokumo",
"version": "0.1.0",
"description": "A set of web services to build apps",
"dependencies": {
"cicek": "3.4.3",
"dale": "6.0.2",
"gotob": "2.3.0",
"giz": "0.3.1",
"hitit": "1.2.7",
"lith": "6.0.7",
"redis": "3.1.2",
"redport": "0.1.2",
"teishi": "5.1.0",
"aws-sdk": "2.1092.0",
"nodemailer": "6.7.2",
"nodemailer-ses-transport": "1.5.1",
"uuid": "8.3.2"
},
"main": "server.js",
"author": "Altocode <[email protected]>",
"license": [{
"type": "Public Domain",
"url": "http://github.com/altocodenl/actools#license"
}],
"keywords": ["pictures", "tags"],
"repository" : {
"type": "git",
"url": "http://github.com/altocodenl/actools.git"
},
"bugs": {
"url": "http://github.com/altocodenl/actools/issues",
"email": "[email protected]"
}
}