package.json - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
(HTM) git clone git://jay.scot/seedlinux
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
package.json (956B)
---
1 {
2 "name": "seedlinux",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "preinstall": "npm install forever",
7 "lint": "eslint **/*.js",
8 "test": "mocha 'tests/*.spec.js'",
9 "start": "DEBUG=seedlinux:* node ./bin/www"
10 },
11 "dependencies": {
12 "async": "^2.5.0",
13 "body-parser": "^1.17.2",
14 "cheerio": "^1.0.0-rc.2",
15 "compression": "^1.6.2",
16 "debug": "^2.6.8",
17 "download-file": "^0.1.5",
18 "download-to-file": "^2.0.0",
19 "express": "^4.15.3",
20 "flat": "^2.0.1",
21 "forever": "^0.15.3",
22 "helmet": "^3.6.1",
23 "mongoose": "4.10.8",
24 "morgan": "~1.8.1",
25 "newrelic": "^1.40.0",
26 "nodemon": "^1.11.0",
27 "parse-torrent": "^5.8.3",
28 "pug": "^2.0.0-rc.2",
29 "request": "^2.81.0",
30 "string": "^3.3.3",
31 "webtorrent-health": "^1.1.1"
32 },
33 "devDependencies": {
34 "chai": "^4.0.2",
35 "jshint": "^2.9.5",
36 "mocha": "^3.4.2",
37 "nsp": "^2.6.3",
38 "supertest": "^3.0.0"
39 }
40 }