forked from safebash/opencrypto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 871 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
36
{
"name": "opencrypto",
"version": "1.3.5",
"description": "OpenCrypto is a lightweight JavaScript library built on top of WebCryptography API",
"main": "src/OpenCrypto.js",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/safebash/opencrypto.git"
},
"scripts": {
"test": "karma start --single-run --browsers ChromeHeadless karma.conf.js"
},
"license": "MIT",
"keywords": [
"cryptography",
"browser",
"webcryptography"
],
"bugs": {
"url" : "https://github.com/safebash/opencrypto/issues",
"email" : "[email protected]"
},
"devDependencies": {
"chai": "^4.1.2",
"es6-promise": "^4.0.5",
"karma": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"mocha": "^5.0.1",
"standard": "^11.0.1"
}
}