-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 910 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
{
"name": "lights-out",
"version": "1.0.0",
"description": "A 3x3 clone of the original game written in JavaScript.",
"main": "js/main.js",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-preset-env": "^1.7.0",
"babel-preset-minify": "^0.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-babel-minify": "^0.2.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"vinyl-source-stream": "^2.0.0",
"webpack-stream": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cherche/lights-out.git"
},
"author": "Ryan Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/cherche/lights-out/issues"
},
"homepage": "https://github.com/cherche/lights-out#readme"
}