-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 KB
/
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": "apk",
"version": "1.0.0",
"description": "![APK](public/apk-logo.png)",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dumfan/apk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dumfan/apk/issues"
},
"homepage": "https://github.com/dumfan/apk#readme",
"devDependencies": {
"@types/node": "^14.0.14",
"eslint-config-benjick": "^1.0.1",
"eslint-import-resolver-meteor": "^0.4.0"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@pulumi/digitalocean": "^2.6.0",
"@pulumi/docker": "^2.2.3",
"@pulumi/kubernetes": "^2.3.1",
"@pulumi/pulumi": "^2.5.0",
"babel-runtime": "^6.23.0",
"bootstrap": "^4.4.1",
"meteor-node-stubs": "^1.0.0",
"node-fetch": "^2.6.1",
"timeago.js": "^4.0.2",
"vue": "^2.6.11",
"vue-meteor-tracker": "^2.0.0-beta.5",
"xml2js": "^0.4.23"
}
}