-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1 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
{
"name": "color-puzzle",
"version": "1.0.0",
"description": "Color puzzle game",
"main": "webpack.config.js",
"dependencies": {},
"devDependencies": {
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --open",
"watch": "webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kimkyeseung/Color-Puzzle.git"
},
"keywords": [
"drag",
"drop",
"colorpuzzle",
"hue",
"brightness",
"saturation"
],
"author": "kimKyeseung",
"license": "ISC",
"bugs": {
"url": "https://github.com/kimkyeseung/Color-Puzzle/issues"
},
"homepage": "https://github.com/kimkyeseung/Color-Puzzle#readme"
}