forked from UdacityFrontEndScholarship/udabuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 744 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
{
"name": "udabuddy-1",
"version": "1.0.0",
"description": "To make a web app for Udacity Alumni interaction.",
"main": "index.js",
"dependencies": {
"bower": "^1.8.4",
"express": "^4.16.3",
"hbs": "^4.0.1",
"path": "^0.12.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/littlestar642/udabuddy-1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/littlestar642/udabuddy-1/issues"
},
"homepage": "https://github.com/littlestar642/udabuddy-1#readme"
}