-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1011 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
39
40
41
42
43
{
"name": "puzzle",
"version": "0.1.0",
"description": "Day 12 of my 3 weeks game challenge",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "gulp",
"test": "tape ./test/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zsoltime/puzzle.git"
},
"keywords": [
"game",
"challenge"
],
"author": "Zsolt Meszaros",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"browser-sync": "^2.17.5",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.13",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-uglify": "^2.0.0"
},
"bugs": {
"url": "https://github.com/zsoltime/puzzle/issues"
},
"homepage": "https://github.com/zsoltime/puzzle#readme"
}