-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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
{
"name": "music-service-room",
"version": "1.0.0",
"description": "Music Recommendation Service for Exploring Artists and Sharing Music with People",
"main": "index.js",
"scripts": {
"build": "node ./node_modules/gulp/bin/gulp.js",
"start": "node server/server.js",
"test": "node ./node_modules/mocha/bin/mocha",
"dev": "npm run build && npm run start"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"cookie-parser": "*",
"eslint": "^3.7.0",
"gulp": "*",
"gulp-babel": "*",
"gulp-browserify": "*",
"gulp-sourcemaps": "*",
"handlebars": "*",
"mocha": "^3.1.0",
"querystring": "*"
},
"dependencies": {
"body-parser": "*",
"express": "*",
"request": "*",
"socket.io": "^1.7.2",
"underscore": "^1.8.3",
"express-session": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fullstack101/Music-Service-Room.git"
},
"author": "Kiril Zhelyazkov, Kristiyana Gacheva, Yana Aleksieva",
"license": "ISC",
"bugs": {
"url": "https://github.com/fullstack101/Music-Service-Room/issues"
},
"homepage": "https://github.com/fullstack101/Music-Service-Room#readme"
}