-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 886 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
{
"name": "pixi-test",
"version": "1.0.0",
"description": "Testing Pixijs before GGJ19",
"main": "main.js",
"scripts": {
"build": "webpack",
"start": "node index.js",
"buildStart": "npm install --dev && webpack && node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TorkelV/bergenggj"
},
"author": "Troll og Fisker",
"license": "MIT",
"homepage": "https://somethingUndecided.herokuapp.com",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"eslint": "^5.10.0",
"pixi.js": "^4.8.3",
"pixi-sound": "^2.1.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"Faker": "^0.7.2",
"express": "^4.16.4",
"howler": "^2.1.1",
"http": "0.0.0",
"i": "^0.3.6",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0"
}
}