-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.13 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.13 KB
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
{
"name": "jsgame",
"version": "1.0.0",
"description": "Petit jeu développé avec **[PhaserJS](https://phaser.io)**. Celui-ci est inspiré de **[Ruby Game](https://github.com/HumanCoders/ruby_game)**, Ateliers de la **[formation Ruby](https://www.humancoders.com/formations/ruby)** chez **[Human Coders](https://www.humancoders.com)**.",
"main": "main.js",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/MatthieuSegret/jsgame.git"
},
"keywords": [],
"author": "Matthieu Segret",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthieuSegret/jsgame/issues"
},
"homepage": "https://github.com/MatthieuSegret/jsgame",
"dependencies": {
"bower": "^1.4.1",
"browserify": "^9.0.8",
"errorhandler": "^1.3.5",
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-browserify": "^3.7.0",
"grunt-concat-sourcemap": "~0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"matchdep": "^0.3.0"
}
}