-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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
{
"name": "js13k-2019-back",
"version": "0.1.0",
"description": "js13k 2019 entry",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayther/js13k-2019-back.git"
},
"keywords": [
"game",
"js13k",
"html5"
],
"author": "J'Brian",
"license": "MIT",
"bugs": {
"url": "https://github.com/jayther/js13k-2019-back/issues"
},
"homepage": "https://github.com/jayther/js13k-2019-back#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"del": "^3.0.0",
"dotenv": "^8.1.0",
"express": "^4.15.4",
"fs-extra": "^4.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-micro": "^1.1.0",
"gulp-mustache": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-size": "^2.1.0",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"q": "^1.5.0",
"vinyl-ftp": "^0.6.1"
}
}