-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.14 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
{
"name": "sheep_tag",
"version": "1.0.0",
"description": "## Background and Overview A several years ago I came across this gem of a game in a custom game lobby that was a a combination of survival, collaboration, and stimulating. This was one of the games that inspired me to get into gaming, so I want to honor this game by recreating a simple javascript game and sharing this experience with other players.",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coconutman19/sheep_tag.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coconutman19/sheep_tag/issues"
},
"homepage": "https://github.com/coconutman19/sheep_tag#readme",
"devDependencies": {
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"style-loader": "^0.23.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"lodash": "^4.17.11",
"victor": "^1.1.0"
}
}