forked from d-zone-org/d-zone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
35
36
37
38
39
40
41
42
{
"name": "d-zone",
"version": "0.1.68",
"description": "An ambient life simulation driven by the user activity within a Discord server",
"main": "index.js",
"dependencies": {
"brfs": "^2.0.1",
"browser-storage": "0.0.2",
"browserify": "latest",
"convict": "^6.0.0",
"dateformat": "^1.0.11",
"dotenv": "^6.0.0",
"eris": "^0.14.0",
"inherits": "^2.0.1",
"raf": "^3.1.0",
"uglifyify": "^5.0.2",
"watchify": "latest",
"ws": "^6.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify web/main.js -t brfs -g uglifyify -o web/static/bundle.js",
"watch": "watchify web/main.js -t brfs -d -o web/static/bundle.js -v",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-zone-org/d-zone.git"
},
"keywords": [
"discord",
"Discord",
"isometric",
"canvas"
],
"author": "Devin Spikowski",
"license": "ISC",
"bugs": {
"url": "https://github.com/d-zone-org/d-zone/issues"
},
"homepage": "https://github.com/d-zone-org/d-zone/tree/master#readme"
}