forked from rice-comp413-blue/places.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 743 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
{
"name": "places.io",
"version": "1.0.0",
"description": "COMP 413 Blue Team Fall 2019 Project",
"main": "setup.js",
"dependencies": {},
"devDependencies": {
"run-script-os": "^1.0.7",
"scripty": "^1.9.1"
},
"scripts": {
"aws:setup": "scripty",
"aws:ecs:newkey": "scripty",
"aws:ecs:config": "scripty",
"aws:ecs:create": "scripty",
"aws:ecs:deploy": "scripty",
"aws:ecs:view": "scripty"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rice-comp413-blue/places.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rice-comp413-blue/places.io/issues"
},
"homepage": "https://github.com/rice-comp413-blue/places.io#readme"
}