-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.45 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
{
"name": "xenphonia",
"description": "xenharmonic tuning utility",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "malkachi software",
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GoogleCloudPlatform/nodejs-getting-started.git"
},
"main": "app.js",
"private": true,
"cloud-repo-tools": {
"requiresKeyFile": true,
"requiresProjectId": true,
"test": {
"app": {
"args": [
"app.js"
],
"msg": "Bookshelf - Node.js on Google Cloud Platform"
}
}
},
"scripts": {
"preinstall": "node gcp-setup.js",
"start": "node app.js",
"test": "repo-tools test app && ava -t 30s --tap test/*.test.js",
"e2e": "repo-tools test deploy && E2E_TESTS=True ava -t 30s --tap test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "^1.7.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"lodash": "^4.17.11",
"multer": "^1.4.1",
"nconf": "^0.10.0",
"path": "^0.12.7",
"prompt": "^1.0.0",
"pug": "^2.0.3",
"request": "^2.88.0",
"socket.io": "^2.3.0",
"uglify-js": "^3.4.9",
"ulid": "^2.3.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"ava": "^0.25.0",
"proxyquire": "^2.1.0",
"sinon": "^7.0.0"
},
"bugs": {
"url": "https://github.com/dwn"
},
"homepage": "https://github.com/dwn",
"directories": {
"lib": "lib"
}
}