-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 728 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 728 Bytes
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
{
"name": "ricochet",
"version": "1.0.0",
"description": "A private music streaming service",
"main": "stream.js",
"dependencies": {
"express": "3.4.x",
"jade": "1.3.x",
"musicmetadata": "0.4.x",
"sequelize": "1.7.x",
"mysql": "2.4.x",
"request": "2.44.x",
"querystring": "0.2.x",
"passport": "0.2.x",
"passport-local": "1.0.x",
"elasticsearch": "3.0.x",
"moment": "2.8.x",
"file": "0.2.x"
},
"repository": {
"type": "git",
"url": "git://github.com/cfperrone/ricochet.git"
},
"author": "Chris Perrone",
"license": "MIT",
"bugs": {
"url": "https://github.com/cfperrone/ricochet/issues"
},
"homepage": "https://github.com/cfperrone/ricochet"
}