-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 844 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": "2048-cube",
"version": "0.0.1",
"description": "An interactive 3D version of 2048, with HTML, CSS and JavaScript",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-data": "^1.2.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-util": "^3.0.4",
"gulp-webserver": "^0.9.0",
"opn": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/FarhadG/2048-cube.git"
},
"keywords": [
"2048",
"html",
"css",
"javascript",
"game",
"3d"
],
"author": "Farhad Ghayour",
"license": "MIT",
"homepage": "https://github.com/FarhadG/2048-cube"
}