-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "music-explorer",
"version": "1.0.0",
"description": "Share and upload your music",
"private": true,
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"audio-metadata": "^0.3.0",
"babel-preset-es2015": "^6.14.0",
"body-parser": "~1.13.2",
"colors": "^1.1.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gravatar": "^1.5.2",
"jstransformer-babel": "^2.1.0",
"jstransformer-clean-css": "^1.1.1",
"jstransformer-uglify-js": "^1.1.1",
"kerberos": "0.0.17",
"mongoose": "^4.6.0",
"morgan": "~1.6.1",
"multer": "^1.2.0",
"musicmetadata": "^2.0.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6",
"pwd": "0.0.4",
"request": "^2.75.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.8"
},
"author": "Apoorv Verma [AP] <avdaredevil@gmail.com>",
"license": "ISC"
}