-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
package.json
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
{
"name": "frontscreen",
"version": "1.0.0",
"description": "Display for the B&K Makerspace front room screen",
"main": "app.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bkmakerspace/frontscreen.git"
},
"author": "Blixa Morgan <blixa@projectmakeit.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bkmakerspace/frontscreen/issues"
},
"homepage": "https://github.com/bkmakerspace/frontscreen#readme",
"dependencies": {
"express": "^4.16.3"
},
"devDependencies": {
"coffee-script": "^1.12.7",
"jquery": "^3.3.1",
"bootstrap": "^4.1.3",
"coffeescript": "^2.3.2",
"gulp": "^4",
"gulp-coffee": "^3.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssimport": "^6.0.1",
"gulp-filter": "^5.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-uglify": "^3.0.1",
"main-bower-files": "^2.13.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-stream": "^5.1.1"
}
}