-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.46 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
55
56
57
58
59
60
61
62
63
{
"name": "cocomusic",
"version": "1.0.0",
"description": "proyecto DSI de Rafa, Dani, Pedro",
"main": "/bin/www",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/Rafaherrero/proyectoDSI.git"
},
"keywords": [
"musica",
"ipod",
"playlist",
"dsi",
"cocomusic"
],
"author": [
"Rafa",
"Dani",
"Pedro"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Rafaherrero/proyectoDSI/issues"
},
"homepage": "https://github.com/Rafaherrero/proyectoDSI#readme",
"dependencies": {
"babel-connect": "^6.0.2",
"base64-js": "^1.1.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.1",
"connect-flash": "^0.1.1",
"connect-static-file": "^1.1.2",
"cookie-parser": "^1.4.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-helpers": "^1.3.2",
"express-session": "^1.13.0",
"glob": "^7.0.3",
"id3js": "^1.1.3",
"mongoose": "^4.4.16",
"morgan": "^1.7.0",
"musicmetadata": "^2.0.2",
"node-sass-middleware": "^0.9.8",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"browser-sync": "^2.12.5",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-live-server": "0.0.29",
"gulp-scss-lint": "^0.3.9",
"jshint": "^2.9.2"
}
}