-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1022 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
36
37
38
39
40
41
42
43
44
{
"name": "collision-game",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lakatostamas/collision-game.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lakatostamas/collision-game/issues"
},
"homepage": "https://github.com/lakatostamas/collision-game#readme",
"jest": {
"testRegex": "./tests/.*.js$",
"modulePaths": [
"src"
],
"testPathIgnorePatterns": [
"./node_modules/"
]
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.0",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.11.0",
"jest": "^22.4.3",
"regenerator-runtime": "^0.11.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.10"
}
}