-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 962 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
36
37
{
"name": "bomb-disposal-game",
"version": "1.0.0",
"description": "Scrapinghub coding test \"Bomb disposal game\" for web browsers",
"dependencies": {
"@shopify/draggable": "^1.0.0-beta.4",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.4.1",
"css-loader": "^0.28.9",
"jquery": "^3.3.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
},
"devDependencies": {
"@types/jquery": "^3.3.0",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"webpack": "^3.11.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack.config.js"
},
"keywords": [
"html",
"game"
],
"author": "Ivan Castellanos",
"license": "MIT"
}