forked from browserify/crypto-browserify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 815 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
"name": "crypto-browserify",
"description": "partial implementation of crypto for the browser",
"version": "1.0.3",
"homepage": "https://github.com/dominictarr/crypto-browserify",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/crypto-browserify.git"
},
"scripts": {
"test": "node test/node.js"
},
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {
"tape": "~1.0.4"
},
"testling": {
"files": "test/browser.js",
"browsers": [
"ie/8..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6"
]
},
"optionalDependencies": {},
"license": "MIT"
}