forked from JuanCanham/Apollo-Player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 781 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 781 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
31
{
"author": "samcreate",
"name": "Apollo",
"version": "1.0.0",
"repository": "https://github.com/samcreate/Apollo-Player",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-stylus": "^0.21.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.6.1"
},
"dependencies": {
"body-parser": "~1.0.2",
"express": "~3.4.7",
"gravatar": "^1.1.0",
"jade": "~1.3.1",
"mopidy": "~0.4.0",
"request": "~2.34.0",
"passport": "~0.2.0",
"passport-google-oauth": "^0.1.5",
"socket.io": "~1.0.6",
"q": "~1.0.1"
}
}