UNPKG

1.11 kBJSONView Raw
1{
2 "name": "magnet-uri",
3 "description": "Parse a magnet URI and return an object of keys/values",
4 "version": "5.0.0",
5 "author": {
6 "name": "Feross Aboukhadijeh",
7 "email": "feross@feross.org",
8 "url": "http://feross.org/"
9 },
10 "bugs": {
11 "url": "https://github.com/feross/magnet-uri/issues"
12 },
13 "dependencies": {
14 "thirty-two": "^0.0.2",
15 "uniq": "^1.0.1",
16 "xtend": "^4.0.0"
17 },
18 "devDependencies": {
19 "standard": "^3.1.2",
20 "tape": "^4.0.0",
21 "zuul": "^3.0.0"
22 },
23 "homepage": "https://github.com/feross/magnet-uri",
24 "keywords": [
25 "magnet",
26 "uri",
27 "urn",
28 "p2p",
29 "peer-to-peer",
30 "cryptolinks",
31 "bittorrent",
32 "webtorrent"
33 ],
34 "license": "MIT",
35 "main": "index.js",
36 "repository": {
37 "type": "git",
38 "url": "git://github.com/feross/magnet-uri.git"
39 },
40 "scripts": {
41 "test": "standard && npm run test-node && npm run test-browser",
42 "test-browser": "zuul -- test/*.js",
43 "test-browser-local": "zuul --local -- test/*.js",
44 "test-node": "tape test/*.js"
45 },
46 "testling": {
47 "files": "test/*.js"
48 }
49}