-
Notifications
You must be signed in to change notification settings - Fork 0
/
package - 복사본.json
92 lines (92 loc) · 2.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "nodejs-getting-started",
"version": "1.0.0",
"description": "End to end sample for running Node.js applications on Google Cloud Platform",
"repository": "https://github.com/GoogleCloudPlatform/nodejs-getting-started",
"private": true,
"scripts": {
"start": "node ${SCRIPT:-app.js}",
"test": "repo-tools test app && ava -t 30s --tap test/*.test.js",
"e2e": "repo-tools test deploy && repo-tools test deploy --yaml worker.yaml && E2E_TESTS=True ava -t 30s --tap test/*.test.js",
"cover": "nyc --cache npm test; nyc report --reporter=html",
"init-cloudsql": "node books/model-cloudsql.js"
},
"author": "Google Inc.",
"contributors": [
{
"name": "Jon Wayne Parrott",
"email": "[email protected]"
},
{
"name": "Jonathan Simon",
"email": "[email protected]"
},
{
"name": "Jason Dobry",
"email": "[email protected]"
},
{
"name": "Ace Nassri",
"email": "[email protected]"
}
],
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true,
"test": {
"app": {
"args": [
"app.js"
],
"msg": "Bookshelf - Node.js on Google Cloud Platform"
}
}
},
"license": "Apache-2.0",
"semistandard": {
"globals": [
"after",
"afterEach",
"before",
"beforeEach",
"describe",
"it"
]
},
"dependencies": {
"@google-cloud/datastore": "1.1.0",
"@google-cloud/debug-agent": "2.2.2",
"@google-cloud/logging-winston": "^0.7.0",
"@google-cloud/pubsub": "0.14.8",
"@google-cloud/storage": "1.4.0",
"@google-cloud/trace-agent": "2.3.1",
"async": "2.6.0",
"body-parser": "1.18.2",
"connect-memcached": "0.2.0",
"express": "4.16.2",
"express-session": "1.15.6",
"express-winston": "2.4.0",
"lodash": "4.17.4",
"mongodb": "2.2.33",
"multer": "1.3.0",
"mysql": "2.15.0",
"nconf": "0.9.1",
"passport": "0.4.0",
"passport-google-oauth20": "1.0.0",
"prompt": "1.0.0",
"pug": "2.0.0-rc.4",
"request": "2.83.0",
"uglify-js": "3.1.8",
"winston": "2.4.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.1.2",
"ava": "0.23.0",
"proxyquire": "1.8.0",
"sinon": "4.1.2",
"supertest": "3.0.0"
},
"engines": {
"node": ">=4.3.2"
}
}