UNPKG

1.19 kBJSONView Raw
1{
2 "name": "compact2string",
3 "version": "1.3.0",
4 "description": "Convert BitTorrent compact hostname & port buffer to a string 'hostname:port'",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/mocha/bin/mocha -R spec",
8 "travis-test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec",
9 "report-coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/bencevans/node-compact2string.git"
14 },
15 "bugs": {
16 "url": "https://github.com/bencevans/node-compact2string/issues"
17 },
18 "keywords": [
19 "torrent",
20 "compact",
21 "tracker",
22 "bittorrent",
23 "binary",
24 "convert"
25 ],
26 "author": "Ben Evans <ben@bensbit.co.uk> (http://bensbit.co.uk)",
27 "license": "BSD",
28 "devDependencies": {
29 "mocha": "~1.7.4",
30 "istanbul": "~0.1.44",
31 "coveralls": "~2.3.0"
32 },
33 "dependencies": {},
34 "testling": {
35 "harness": "mocha-bdd",
36 "files": "test.js",
37 "browsers": [
38 "ie/9..latest",
39 "chrome/25..latest",
40 "firefox/20..latest",
41 "safari/6..latest",
42 "opera/15.0..latest"
43 ]
44 }
45}