-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.12 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.12 KB
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
{
"name": "plunker-api-proxy",
"version": "1.6.2",
"description": "",
"dependencies": {
"analytics-node": "^2.0.0",
"bluebird": "^2.9.12",
"boom": "^5.1.0",
"catbox-memory": "^1.1.1",
"forever-monitor": "^1.7.0",
"good": "^5.1.2",
"good-console": "^4.1.0",
"hapi": "^8.2.0",
"joi": "^5.1.0",
"jszip": "^2.5.0",
"lodash": "^3.3.1",
"nconf": "^0.6.9",
"object-path": "^0.9.0",
"plunker-api": "filearts/plunker_api#v0.5.1",
"wreck": "^5.2.0"
},
"devDependencies": {},
"engines": {
"node": "0.12.x"
},
"scripts": {
"docker:build": "docker build -t gcr.io/$(gcloud config list project --format 'value(core.project)' 2> /dev/null)/$(node -e 'var p=require(\"./package.json\");console.log(`${p.name}:${p.version}`)') .",
"docker:push": "docker push gcr.io/$(gcloud config list project --format 'value(core.project)' 2> /dev/null)/$(node -e 'var p=require(\"./package.json\");console.log(`${p.name}:${p.version}`)')",
"start": "node app.js",
"version": "npm run docker:build && npm run docker:push"
},
"author": "Geoff Goodman",
"license": "ISC"
}