-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 956 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
{
"name": "conquistaniveles",
"version": "1.0.0",
"description": "Juego hecho en Phaser para Procesos",
"main": "node-express.js",
"dependencies": {
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"crypto": "0.0.3",
"express": "^4.10.2",
"fs": "^0.0.2",
"jasmine-node": "^1.14.5",
"mongodb": "^2.2.10",
"nodemailer": "^2.6.4",
"nodemailer-sendgrid-transport": "^0.2.0",
"ntwitter": "^0.5.0",
"socket.io": "^1.7.2",
"underscore": "^1.7.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node-express.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josegarciaclm95/solucionClase.git"
},
"author": "JoseMaria",
"license": "ISC",
"bugs": {
"url": "https://github.com/josegarciaclm95/solucionClase/issues"
},
"homepage": "https://github.com/josegarciaclm95/solucionClase#readme"
}