-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
38 lines (38 loc) · 946 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
38
{
"name": "minesweeper",
"version": "1.0.0",
"description": "Minesweeper game using JavaScript, HTML, CSS",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mayankrajendrat/minesweeper.git"
},
"keywords": [
"Minesweeper",
"game"
],
"author": "mayankT",
"license": "MIT",
"bugs": {
"url": "https://github.com/mayankrajendrat/minesweeper/issues"
},
"homepage": "https://github.com/mayankrajendrat/minesweeper#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-imagemin": "^6.0.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2"
},
"dependencies": {
"babel": "^6.23.0",
"babel-polyfill": "^6.26.0"
}
}