-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 833 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 833 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
{
"name": "hoarder",
"version": "1.0.0",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"install": "^0.12.2",
"jQuery": "^1.7.4",
"jquery": "^3.3.1",
"npm": "^6.7.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1"
},
"description": "Javascript game: Hoarder",
"main": "./hoarder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZackSyed/Hoarder.git"
},
"author": "Zalkifl Syed",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZackSyed/Hoarder/issues"
},
"homepage": "https://github.com/ZackSyed/Hoarder#readme"
}