-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 980 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "bubbleswarm",
"version": "1.0.0",
"description": "bubbleSwarm is a simple click/tap game in which bubbles of various sizes bounce around a screen for a given amount of time. \"Popping\" certain bubbles awards the player with points, with some bubbles being worth more than others. Some bubbles deduct points. The goal is to attain the highest score possible within the given time allotment. Bubbles shrink in size once a level is complete, causing the game to get that much more difficult as a side-effect.",
"main": "/lib/bubbleswarm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpe442/bubbleswarm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpe442/bubbleswarm/issues"
},
"homepage": "https://github.com/jpe442/bubbleswarm#readme",
"dependencies": {
"webpack": "^3.10.0"
}
}