-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 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
{
"name": "sparazk",
"version": "0.0.3",
"description": "A reissue of the old SparaConcetti. It's a titler system for rave parties and events; You tell it what text files to play, and it plays them one word at a time",
"keywords": [
"titler"
],
"homepage": "https://github.com/loop23/sparazk",
"private": false,
"author": {
"name": "Luca (loop) de Marinis",
"url": "https://github.com/loop23"
},
"license": "GPL-2.0+",
"repository": {
"type": "git",
"url": "https://github.com/loop23/sparazk.git"
},
"scripts": {
"start": "node ./bin/www"
},
"engines": {},
"dependencies": {
"acorn": "^5.7.4",
"body-parser": "^1.18.3",
"cookie-parser": "~1.3.4",
"debug": "^3.1.0",
"express": "^4.16.3",
"facebook-node-sdk": "*",
"jquery": "^3.5.0",
"lodash": "^4.17.21",
"minimist": "^1.2.7",
"mongodb": "^3.1.13",
"monk": "^7.3.4",
"morgan": "^1.9.1",
"node-base64-urlsafe": "*",
"passport-facebook-canvas": "*",
"pug": "^3.0.1",
"serve-favicon": "^2.5.0",
"underscore.string": "^3.3.5"
},
"devDependencies": {
"bower": "^1.8.14",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"grunt": "^1.0.2",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2"
}
}