-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.07 KB
/
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
{
"name": "machi_koro",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sass css/visuals.scss > css/visuals.css",
"lint:browser": "eslint --config .eslintrc.browser.js js/angular_loader.js js/utils.js js/cards.js js/player.js js/machi_koro_ctrl.js",
"lint:cli": "eslint --config .eslintrc.cli.js js/cmd_line.js js/machi_koro_ctrl.js js/state.js js/genetic.js js/cmd_line_helper.js",
"lint": "yarn lint:browser & yarn lint:cli",
"postinstall": "yarn build"
},
"repository": "git+https://github.com/boompig/machi_koro.git",
"author": "Daniel Kats <dbkats@cs.toronto.edu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/boompig/machi_koro/issues"
},
"homepage": "https://github.com/boompig/machi_koro#readme",
"dependencies": {
"angular": "^1.8.0",
"bootstrap": "^3.3.7",
"jquery": "^3.5.0"
},
"private": true,
"devDependencies": {
"eslint": "^8.36.0",
"husky": "^8.0.3",
"sass": "^1.23.0-module.beta.1"
}
}