-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 722 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
{
"name": "project-umbrella-code",
"version": "1.0.0",
"description": "A web app for posting geo-tagged messages",
"main": "index.js",
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-validator": "^0.11.5",
"bower": "^1.7.9",
"jquery": "^3.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bfarayev/ProjectUmbrella-Code.git"
},
"author": "austyn guo <austynguo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bfarayev/ProjectUmbrella-Code/issues"
},
"homepage": "https://github.com/bfarayev/ProjectUmbrella-Code#readme"
}