-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 771 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 771 Bytes
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
{
"name": "vier",
"version": "0.0.0",
"description": "Game for the js13k 2014 challenge",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/agar3s/vier.git"
},
"keywords": [
"game",
"13k"
],
"author": "agar3s",
"license": "MIT",
"bugs": {
"url": "https://github.com/agar3s/vier/issues"
},
"homepage": "https://github.com/agar3s/vier",
"dependencies": {
"connect": "^3.1.1",
"png": "^3.0.3",
"serve-static": "^1.5.2"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-filesize": "0.0.6",
"gulp-replace": "^0.4.0",
"gulp-zip": "^2.0.1",
"run-sequence": "^0.3.6"
}
}