UNPKG

696 BJSONView Raw
1{
2 "name": "browserify-aes",
3 "version": "0.7.3",
4 "description": "aes, for browserify",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "node test/index.js|tspec"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/calvinmetcalf/browserify-aes.git"
15 },
16 "keywords": [
17 "aes",
18 "crypto",
19 "browserify"
20 ],
21 "author": "",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/calvinmetcalf/browserify-aes/issues"
25 },
26 "homepage": "https://github.com/calvinmetcalf/browserify-aes",
27 "dependencies": {
28 "inherits": "^2.0.1"
29 },
30 "devDependencies": {
31 "tape": "^3.0.0",
32 "tap-spec": "^1.0.0"
33 }
34}