-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 899 Bytes
/
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
{
"name": "game-dev-selector",
"version": "1.0.0",
"description": "Selecciona las mejores combinaciones para Game Dev Tycoon",
"main": "index.js",
"scripts": {
"postinstall": "bower install",
"update-deps": "npm update",
"postupdate-deps": "bower update",
"prestart": "npm install",
"start": "node ./app/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SRJ9/game-dev-selector.git"
},
"keywords": [
"game",
"dev",
"tycoon"
],
"author": "Jose E.R <srj9es@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SRJ9/game-dev-selector/issues"
},
"homepage": "https://github.com/SRJ9/game-dev-selector#readme",
"dependencies": {
"bower": "^1.8.0",
"express": "^4.15.3"
},
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0"
}
}