-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1023 Bytes
/
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
{
"name": "ggj2020",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp watch",
"build": "gulp",
"serve": "http-server -p 8000 ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bellian/GGJ2020.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Bellian/GGJ2020/issues"
},
"homepage": "https://github.com/Bellian/GGJ2020#readme",
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"@types/matter-js": "^0.10.9",
"gl-matrix": "^3.1.0",
"glob": "^7.1.3",
"gulp": "^4.0.0",
"gulp-bro": "^1.0.3",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"http-server": "^0.12.1",
"matter-js": "^0.14.2",
"merge2": "^1.2.3",
"typescript": "^3.6.4"
},
"dependencies": {
"shake.js": "^1.2.2"
}
}