forked from FabricLabs/decentralize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1004 Bytes
/
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
{
"name": "decentralize",
"version": "0.0.0",
"description": "decentralize the podcast",
"main": "decentralize.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/martindale/decentralize.git"
},
"keywords": [
"podcast",
"decentral"
],
"author": "Eric Martindale",
"license": "MIT",
"bugs": {
"url": "https://github.com/martindale/decentralize/issues"
},
"homepage": "https://github.com/martindale/decentralize",
"dependencies": {
"async": "^0.9.0",
"content-disposition": "^0.5.0",
"fast-json-patch": "^0.5.1",
"form-data": "^0.2.0",
"lodash": "^3.3.0",
"maki": "git://github.com/martindale/maki",
"node-torrent-stream": "git://github.com/unusualbob/node-torrent-stream",
"procure": "^0.1.3",
"request": "^2.53.0",
"restler": "^3.2.2",
"ws": "^0.7.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.6",
"mocha": "^2.1.0"
}
}