This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Craigslist-on-Chain",
"homepage": "http://tradle.io",
"bugs": "https://github.com/urbien/tradle/issues",
"repository": {
"type": "git",
"url": "https://github.com/urbien/tradle"
},
"license": "GPL-3.0",
"main": "app://host/src/app/index.html",
"version": "0.0.1",
"releaseName": "The beginning of a beautiful friendship",
"scripts": {
"postinstall": "node_modules/.bin/bower install && grunt setup",
"postupdate": "node_modules/.bin/bower update && grunt setup",
"test": "grunt --verbose"
},
"window": {
"title": "Craigslist on Chain",
"icon": "src/app/images/icon.png",
"toolbar": false,
"frame": false,
"min_width": 960,
"min_height": 520,
"resizable": true,
"show": true,
"position": "center"
},
"dependencies": {
"URIjs": "^1.13.2",
"adm-zip": "https://github.com/xeoncore/adm-zip/archive/78f820330c776bca72aad3f22d127b357f57a609.tar.gz",
"airplay-js": "0.2.5",
"airplay-xbmc": "0.2.9",
"async": "0.9.0",
"chromecast-js": "*",
"craigslist-search": "git://github.com/tradle/craigslist-search",
"i18n": "0.5.0",
"iconv-lite": "^0.4.3",
"jschardet": "1.1.0",
"json-rpc2": "^0.7.0",
"memoizee": "^0.3.7",
"mime": "1.2.11",
"mkdirp": "*",
"moment": "^2.6.0",
"nedb": "^0.10.5",
"node-captions": "0.2.2",
"node-webkit-fdialogs": "latest",
"peerflix": "^0.21.0",
"popcorn-opensubtitles": "git+https://git.popcorntime.io/stash/scm/thrd/popcorn-opensubtitles.git",
"q": "^2.0.2",
"read-torrent": "1.0.0",
"readdirp": "*",
"request": "^2.36.0",
"rimraf": "2.2.8",
"semver": "^2.3.1",
"sha1": "1.1.0",
"torrent-health": "*",
"underscore": "^1.6.0"
},
"devDependencies": {
"bower": "1.3.6",
"grunt": "0.4.5",
"grunt-bower-clean": "^0.2.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.9.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-stylus": "0.16.0",
"grunt-contrib-watch": "0.6.x",
"grunt-exec": "0.4.x",
"grunt-githooks": "^0.3.1",
"grunt-jsbeautifier": "*",
"grunt-node-webkit-builder": "0.1.x",
"grunt-shell": "^1.1.1",
"load-grunt-tasks": "0.4.0",
"nw-gyp": "^0.12.2",
"stylus": "0.46.2",
"colors": "^1.0.3"
}
}