forked from ember-fastboot/fastboot-aws
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 939 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
{
"name": "fastboot-gcloud",
"version": "0.1.1",
"description": "A FastBoot server for gcloud",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "~5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EmberSherpa/fastboot-gcloud.git"
},
"keywords": [
"ember",
"fastboot",
"gcloud",
"glcoud-storage",
"gae",
"google-app-engine"
],
"author": "Taras Mankovski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EmberSherpa/fastboot-gcloud/issues"
},
"homepage": "https://github.com/EmberSherpa/fastboot-gcloud#readme",
"dependencies": {
"@google/cloud-debug": "0.8.1",
"fastboot-app-server": "^1.0.0-rc.4",
"fastboot-gcloud-storage-downloader": "^0.1.0",
"fastboot-gcloud-storage-notifier": "^0.1.0"
}
}