-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "chess-squad",
"version": "1.0.0",
"description": "fun variant of chess that lets you build your own team to compete!",
"main": "index.html",
"scripts": {
"start": "webpack-dev-server -d --hot --inline"
},
"repository": "github:https://github.com/THEjoezack/chess-squad.git",
"keywords": [
"chess",
"game"
],
"author": "Joe Zack",
"license": "MIT",
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-webpack": "0.0.5",
"chess": "^0.2.7",
"chess-ai-kong": "^0.3.3",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.2.0",
"imports-loader": "^0.6.5",
"jquery": "^2.2.3",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"random-number": "0.0.7",
"random-number-in-range": "^1.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.8",
"expose-loader": "^0.7.1",
"html-webpack-plugin": "^2.16.0",
"jshint": "^2.9.2",
"jshint-loader": "^0.8.3",
"node-libs-browser": "^1.0.0"
}
}