-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 862 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
{
"name": "tic-tac-toe",
"version": "1.0.0",
"description": "A Vue.js project",
"main": "index.html",
"private": true,
"scripts": {
"test": "jest"
},
"dependencies": {
},
"devDependencies": {
"g": "^2.0.1",
"jasmine": "^3.6.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@testing-library/dom": "^7.2.1",
"@testing-library/jest-dom": "^5.5.0",
"babel-jest": "^25.3.0",
"jest": "^25.3.0",
"serve": "^11.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HenriqueMatias/MyGames.git"
},
"keywords": [
"game",
"vanilla",
"js",
"javascript"
],
"author": "Henrique Matias",
"license": "ISC",
"bugs": {
"url": "https://github.com/HenriqueMatias/MyGames/issues"
},
"homepage": "https://github.com/HenriqueMatias/MyGames#readme"
}