]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/request/node_modules/http-signature/node_modules/sshpk/node_modules/tweetnacl/package.json
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / request / node_modules / http-signature / node_modules / sshpk / node_modules / tweetnacl / package.json
1 {
2   "name": "tweetnacl",
3   "version": "0.13.3",
4   "description": "Port of TweetNaCl cryptographic library to JavaScript",
5   "main": "nacl-fast.js",
6   "directories": {
7     "test": "test"
8   },
9   "scripts": {
10     "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js",
11     "test": "tape test/*.js | faucet",
12     "testall": "make -C test/c && tape test/*.js test/c/*.js | faucet",
13     "browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null",
14     "browser-quick": "browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null",
15     "testling": "browserify test/browser/testling_init.js test/*.js | testling | faucet",
16     "firefox": "browserify test/browser/testling_init.js test/*.js | testling -x firefox | faucet",
17     "chrome": "browserify test/browser/testling_init.js test/*.js | testling -x google-chrome | faucet",
18     "bench": "node test/benchmark/bench.js",
19     "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js"
20   },
21   "testling": {
22     "files": "test/*.js",
23     "browsers": [
24       "chrome/22..latest",
25       "firefox/16..latest",
26       "safari/latest",
27       "opera/11.0..latest",
28       "iphone/6..latest",
29       "ipad/6..latest",
30       "android-browser/latest"
31     ]
32   },
33   "repository": {
34     "type": "git",
35     "url": "git+https://github.com/dchest/tweetnacl-js.git"
36   },
37   "keywords": [
38     "crypto",
39     "cryptography",
40     "curve25519",
41     "ed25519",
42     "encrypt",
43     "hash",
44     "key",
45     "nacl",
46     "poly1305",
47     "public",
48     "salsa20",
49     "signatures"
50   ],
51   "author": {
52     "name": "TweetNaCl-js contributors"
53   },
54   "license": "Public domain",
55   "bugs": {
56     "url": "https://github.com/dchest/tweetnacl-js/issues"
57   },
58   "homepage": "https://dchest.github.io/tweetnacl-js",
59   "devDependencies": {
60     "browserify": "^10.1.3",
61     "eslint": "^1.4.3",
62     "faucet": "0.0.1",
63     "tap-browser-color": "^0.1.2",
64     "tape": "^4.0.0",
65     "testling": "^1.7.1",
66     "uglify-js": "^2.4.21"
67   },
68   "browser": {
69     "buffer": false,
70     "crypto": false
71   },
72   "gitHead": "2bb422cb707fba4a5ec9654688564a4fb861b068",
73   "_id": "tweetnacl@0.13.3",
74   "_shasum": "d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56",
75   "_from": "tweetnacl@>=0.13.0 <0.14.0",
76   "_npmVersion": "2.14.7",
77   "_nodeVersion": "4.2.3",
78   "_npmUser": {
79     "name": "dchest",
80     "email": "dmitry@codingrobots.com"
81   },
82   "dist": {
83     "shasum": "d628b56f3bcc3d5ae74ba9d4c1a704def5ab4b56",
84     "tarball": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz"
85   },
86   "maintainers": [
87     {
88       "name": "dchest",
89       "email": "dmitry@codingrobots.com"
90     }
91   ],
92   "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.13.3.tgz",
93   "readme": "ERROR: No README data found!"
94 }