-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gibson",
"version": "1.0.0",
"description": "Hack the Gibson",
"main": "app/app.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"plato": "plato -r -d report src\\game\\js"
},
"author": "Paul Kiernan <[email protected]>",
"contributers": [
{
"name": "Paul Kiernan",
"email": "[email protected]",
"url": "paulynomial.com"
},
{
"name": "Matt Owen",
"email": "[email protected]"
},
{
"name": "Anastasis Germanidis",
"email": "[email protected]"
}
],
"dependencies": {
"express": "^4.17.1",
"express-json": "^1.0.0",
"pg": "^8.4.2",
"q": "^1.5.1",
"rc": "^1.2.8",
"sprintf-js": "^1.1.2",
"underscore": "^1.12.1"
},
"devDependencies": {
"archiver": "^5.0.2",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-concat-util": "^0.5.5",
"gulp-if": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-preprocess": "^3.0.3",
"gulp-uglify": "^3.0.2",
"run-sequence": "^2.2.1"
},
"preferGlobal": false,
"private": true,
"analyze": true,
"license": "MIT"
}