This repository was archived by the owner on May 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ringo.pro",
"version": "1.0.0",
"description": "Team repository for the meesterproef at CMDA",
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-terser": "^1.2.0",
"material-design-icons": "^3.0.1",
"node-fetch": "^2.6.0",
"query-string": "^6.13.0",
"url": "^0.11.0"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"scripts": {
"prestart": "gulp",
"start": "node server/app.js",
"dev": "nodemon server/app.js",
"start:dev": "npm run watch & npm run dev",
"build:css": "gulp css",
"watch": "gulp watch",
"build:js": "gulp es",
"build:img": "gulp img",
"build": "gulp",
"deploy": "git push heroku master",
"logs": "heroku logs --tail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ringo-Pro/Ringo.Pro.git"
},
"keywords": [
"Ringo",
"Music",
"supervision"
],
"author": "Marten de Bruijn & Nick Meijer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ringo-Pro/Ringo.Pro/issues"
},
"homepage": "https://github.com/Ringo-Pro/Ringo.Pro#readme"
}