-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 904 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 904 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
30
31
32
33
34
{
"name": "hfep",
"version": "1.0.0",
"description": "You can use the [editor on GitHub](https://github.com/TeamTigers/azure-help/edit/master/README.md) to maintain and preview the content for your website in Markdown files.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamTigers/hfep.git"
},
"keywords": [
"Azure",
"hackathon"
],
"author": "@TeamTigers",
"license": "ISC",
"bugs": {
"url": "https://github.com/TeamTigers/hfep/issues"
},
"homepage": "https://github.com/TeamTigers/hfep#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}