-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 847 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
{
"name": "tofu",
"version": "0.1.0",
"description": "Improving gameplay for KingsOfChaos",
"main": "luxbot.user.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": " "
},
"author": "Donato Borrello",
"license": "BSD",
"readmeFilename": "README.md",
"sideEffects": false,
"devDependencies": {
"base64-inline-loader": "^1.1.1",
"grunt": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-webpack": "^3.1.3",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"jquery-slim": "^3.0.0",
"js-beautify": "~1.4.2",
"md5": "^2.3.0",
"raw-loader": "^0.5.1",
"webpack": "^4.43.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"grunt-cli": "^1.3.2"
}
}