-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 780 Bytes
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
{
"name": "hashcode-2019",
"version": "1.0.0",
"description": "Google hash code 2019",
"main": "index.js",
"dependencies": {
"babel-jest": "^24.1.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-jest": "^24.1.0",
"jest": "^24.1.0"
},
"scripts": {
"test": "jest --no-cache ./*",
"watch": "jest --no-cache --watch ./*"
},
"jest": {
"modulePathIgnorePatterns": [
"package.json"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/DarkHollow/hashcode-2019.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DarkHollow/hashcode-2019/issues"
},
"homepage": "https://github.com/DarkHollow/hashcode-2019#readme"
}