-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 887 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 887 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": "incremental-corp",
"version": "1.0.0",
"description": "Incremental game based on adventure capitalist and built using canvas",
"private": true,
"main": "index.js",
"dependencies": {
"eslint": "^6.8.0"
},
"devDependencies": {
"copy-webpack-plugin": "^6.0.1",
"jasmine-core": "^3.5.0",
"karma": "^5.0.9",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^3.3.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"test": "karma start karma.conf.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaaydenh/incremental-corp.git"
},
"author": "Jaayden Halko",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaaydenh/incremental-corp/issues"
},
"homepage": "https://github.com/jaaydenh/incremental-corp#readme",
"keywords": []
}