-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 901 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 901 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
35
36
37
38
39
40
41
{
"name": "MoonUI",
"version": "1.5.1",
"license": "BSD-3-Clause",
"keywords": [
"expressjs",
"nodejs",
"rackspace",
"cloudfiles",
"files",
"dms",
"frontend",
"ui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AlejoJamC/MoonUI.git"
},
"author": "Alejandro Mantilla <@AlejoJamC>",
"bugs": {
"url": "https://github.com/AlejoJamC/MoonUI/issues"
},
"homepage": "https://github.com/AlejoJamC/MoonUI#readme",
"scripts": {
"start": "nodemon server.js -L"
},
"dependencies": {
"body-parser": "^1.18.2",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-hbs": "^1.0.4",
"formidable": "^1.1.1",
"handlebars": "^4.0.11",
"method-override": "^2.3.10",
"moment": "^2.19.3",
"passport": "^0.4.0",
"request": "^2.83.0",
"serve-favicon": "^2.4.5",
"winston": "^2.4.0"
}
}