-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "redditmusicplayer",
"version": "0.6.14",
"description": "Music Player for Reddit Server",
"repository": {
"type": "git",
"url": "[email protected]:musicplayer-io/redditmusicplayer.git"
},
"scripts": {
"build:dev": "grunt",
"build": "./node_modules/grunt/bin/grunt build",
"test": "grunt test",
"start": "./node_modules/coffeescript/bin/coffee server/server.coffee"
},
"main": "server.coffee",
"author": "Ilias Ismanalijev",
"license": "GPLv3",
"dependencies": {
"body-parser": "^1.12.4",
"coffee-script": "^1.9.2",
"coffeescript": "^2.5.1",
"cookie-parser": "^1.3.4",
"express": "^4.8.8",
"express-session": "^1.11.2",
"js-yaml": "^3.13.1",
"lodash": "^3.10.1",
"morgan": "^1.5.3",
"passport": "^0.3.0",
"passport-reddit": "git+https://github.com/musicplayer-io/passport-reddit.git",
"passport.socketio": "^3.5.1",
"pug": "^3.0.0",
"request": "^2.88.2",
"session-file-store": "^1.4.0",
"socket.io": "^1.7.4",
"sqreen": "^1.52.0"
},
"devDependencies": {
"acorn": "^8.0.1",
"browserify": "^12.0.0",
"coffeeify": "^1.1.0",
"coffeelint": "^1.13.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"remapify": "^2.0.3"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/musicplayer"
}
}