npm: Upgrade to 1.3.17
[platform/upstream/nodejs.git] / deps / npm / node_modules / request / node_modules / tough-cookie / node_modules / punycode / package.json
1 {
2   "name": "punycode",
3   "version": "1.2.3",
4   "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
5   "homepage": "http://mths.be/punycode",
6   "main": "punycode.js",
7   "keywords": [
8     "punycode",
9     "unicode",
10     "idn",
11     "idna",
12     "dns",
13     "url",
14     "domain"
15   ],
16   "licenses": [
17     {
18       "type": "MIT",
19       "url": "http://mths.be/mit"
20     },
21     {
22       "type": "GPL",
23       "url": "http://mths.be/gpl"
24     }
25   ],
26   "author": {
27     "name": "Mathias Bynens",
28     "email": "mathias@qiwi.be",
29     "url": "http://mathiasbynens.be/"
30   },
31   "contributors": [
32     {
33       "name": "Mathias Bynens",
34       "email": "mathias@qiwi.be",
35       "url": "http://mathiasbynens.be/"
36     },
37     {
38       "name": "John-David Dalton",
39       "email": "john.david.dalton@gmail.com",
40       "url": "http://allyoucanleet.com/"
41     }
42   ],
43   "bugs": {
44     "url": "https://github.com/bestiejs/punycode.js/issues"
45   },
46   "repository": {
47     "type": "git",
48     "url": "https://github.com/bestiejs/punycode.js.git"
49   },
50   "engines": [
51     "node",
52     "rhino"
53   ],
54   "directories": {
55     "doc": "docs",
56     "test": "tests"
57   },
58   "scripts": {
59     "test": "node tests/tests.js"
60   },
61   "devDependencies": {
62     "grunt": "~0.4.1",
63     "grunt-contrib-uglify": "~0.2.2",
64     "grunt-shell": "~0.2.2",
65     "istanbul": "~0.1.37",
66     "qunit-clib": "~1.3.0",
67     "qunitjs": "~1.11.0",
68     "requirejs": "~2.1.6"
69   },
70   "readme": "ERROR: No README data found!",
71   "_id": "punycode@1.2.3",
72   "dist": {
73     "shasum": "0af1f294b11513e272c304732a5c1571cfc6f811"
74   },
75   "_from": "punycode@>=0.2.0",
76   "_resolved": "https://registry.npmjs.org/punycode/-/punycode-1.2.3.tgz"
77 }