UNPKG

891 BJSONView Raw
1{
2 "name": "browserify-aes",
3 "version": "1.0.6",
4 "description": "aes, for browserify",
5 "browser": "browser.js",
6 "main": "index.js",
7 "directories": {
8 "test": "test"
9 },
10 "scripts": {
11 "test": "standard && node test/index.js|tspec"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/crypto-browserify/browserify-aes.git"
16 },
17 "keywords": [
18 "aes",
19 "crypto",
20 "browserify"
21 ],
22 "author": "",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/crypto-browserify/browserify-aes/issues"
26 },
27 "homepage": "https://github.com/crypto-browserify/browserify-aes",
28 "dependencies": {
29 "buffer-xor": "^1.0.2",
30 "cipher-base": "^1.0.0",
31 "create-hash": "^1.1.0",
32 "evp_bytestokey": "^1.0.0",
33 "inherits": "^2.0.1"
34 },
35 "devDependencies": {
36 "standard": "^3.7.3",
37 "tap-spec": "^1.0.0",
38 "tape": "^3.0.0"
39 }
40}