forked from le-s/getaway
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 863 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 863 Bytes
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
{
"name": "getaway",
"version": "1.0.0",
"description": "## Overview Get Away is a driving game full of obstacles. The game functions by pressing left and right to avoid these obstacles and collect as much money as you can. Be careful though, by hitting three obstacles the police will catch up to you in no time.",
"main": "index.js",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/le-s/getaway.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/le-s/getaway/issues"
},
"homepage": "https://github.com/le-s/getaway#readme"
}