aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 98c1cea981f24d964350e7b4b15d75e776935cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "js13kgames-template",
  "version": "1.0.0",
  "description": "A barebone template aimed for js13kgames",
  "scripts": {
    "start": "./node_modules/.bin/gulp serve",
    "release": "./node_modules/.bin/gulp zipFiles"
  },
  "author": "Indrajith K L",
  "license": "MIT",
  "dependencies": {
    "kontra": "^4.0.0",
    "tinymusic": "^1.0.0"
  },
  "devDependencies": {
    "browser-sync": "^2.24.6",
    "gulp": "^3.9.1",
    "gulp-size": "^3.0.0",
    "gulp-uglify": "^3.0.1",
    "gulp-vinyl-zip": "^2.1.0"
  }
}