-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
42
43
{
"name": "kraken-typing",
"version": "1.0.0",
"description": "Unleash the kraken by killing terminal commands #GKContest.",
"main": "src/index.js",
"scripts": {
"start": "gulp",
"production": "gulp --production"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/fegemo/krakening-console"
},
"engines": {
"node": ">=8.0.0 <9.0.0",
"npm": ">=6.0.0 <7.0.0"
},
"author": "Flávio Coutinho",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.8.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-buffer": "0.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.0",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"merge-stream": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^4.4.0"
},
"dependencies": {
"phaser": "^2.4.6"
},
"browserslist": "> .5% and last 2 versions, not ie >= 0"
}