-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 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
32
33
34
{
"name": "castcloud",
"version": "0.0.10",
"description": "Node.js implementation of the Castcloud API",
"main": "index.js",
"bin": "./bin/run.js",
"repository": {
"type": "git",
"url": "https://github.com/Castcloud/castcloud-nodejs-server.git"
},
"keywords": [
"podcast",
"sync",
"cloud"
],
"author": "Ken-Håvard Lieng",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/Castcloud/castcloud-nodejs-server/issues"
},
"homepage": "https://github.com/Castcloud/castcloud-nodejs-server",
"dependencies": {
"express": "^4.10.4",
"body-parser": "^1.9.3",
"request": "^2.48.0",
"cors": "~2.5.2",
"ejs": "~1.0.0",
"bcrypt": "~0.8.0",
"lodash": "~2.4.1",
"node-expat": "~2.3.3",
"monk": "~0.9.1",
"mongodb": "~1.4.22"
}
}