forked from googleapis/nodejs-gce-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 789 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 789 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "gce-images",
"version": "0.2.3",
"description": "Get a list of globally available Google Compute Engine images",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "mocha --timeout 5000"
},
"keywords": [
"gce",
"google",
"compute",
"engine",
"cloud",
"images",
"ubuntu",
"linux",
"redhat",
"rhel",
"opensuse",
"suse",
"debian",
"coreos",
"centos"
],
"repository": "stephenplusplus/gce-images",
"author": "Stephen Sawchuk <sawchuk@gmail.com>",
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5"
},
"dependencies": {
"arrify": "^1.0.0",
"async": "^1.4.2",
"google-auto-auth": "^0.1.0",
"got": "^4.1.1",
"object-assign": "^3.0.0"
}
}