-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 941 Bytes
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
{
"name": "miniclip2048",
"version": "1.0.0",
"description": "2048 clone for miniclip aplication",
"main": "src/index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"eslint": "^4.19.1",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"webpack": "^4.11.1",
"webpack-cli": "^3.0.2",
"webpack-serve": "^1.0.3"
},
"scripts": {
"test": "http-server ./ -c-1 -p8181 -o",
"build": "webpack",
"serve": "webpack-serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXecutable/miniclip2048.git"
},
"keywords": [
"2048",
"game",
"javascript",
"canvas",
"WebGL2"
],
"author": "Jorge Graça",
"license": "ISC",
"bugs": {
"url": "https://github.com/eXecutable/miniclip2048/issues"
},
"homepage": "https://github.com/eXecutable/miniclip2048#readme"
}