-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.26 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "workshopGameMe5",
"version": "0.9.0",
"description": "Juego para el taller de GameMe5",
"main": "main.js",
"scripts": {
"test": "grunt build",
"start": "grunt connect watch"
},
"repository": {
"type": "git",
"url": "git://github.com/serginator/navecitas.git"
},
"keywords": [
"shootem",
"shootem'up",
"game",
"javascript",
"spaceship",
"gameme5",
"html5",
"canvas"
],
"author": [
{
"name": "Sergio Ruiz (@serginator)",
"email": "[email protected]",
"url": "http://www.serginator.com/"
},
{
"name": "Carlos Benitez (@etnassoft)",
"email": "[email protected]",
"url": "http://www.etnassoft.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/serginator/navecitas/issues"
},
"devDependencies": {
"grunt-gjslint": "~0.1.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"load-grunt-tasks": "~0.2.0",
"jshint-stylish": "~0.1.4",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-compress": "~0.5.3",
"grunt-github-pages": "0.0.4"
}
}