forked from iotaledger-archive/iota.crypto.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.2 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.2 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "iota.crypto.js",
"version": "0.4.2",
"description": "Javascript Crypto Library for IOTA",
"main": "./lib/iota.crypto.js",
"scripts": {
"build": "gulp",
"test": "mocha"
},
"authors": [
{
"name": "Dominik Schiener (IOTA Foundation)",
"website": "https://iota.org"
},
{
"name": "Paul Handy (IOTA Foundation)",
"website": "https://iota.org"
}
],
"keywords": [
"iota",
"crypto",
"tangle",
"library",
"browser",
"javascript",
"nodejs"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iotaledger/iota.crypto.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/iotaledger/iota.crypto.js.git"
},
"dependencies": {
"crypto-js": "^3.1.9-1"
},
"devDependencies": {
"bower": ">=1.8.0",
"browserify": ">=14.1.0",
"chai": "^4.0.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.2",
"gulp-nsp": ">=2.4.2",
"gulp-rename": ">=1.2.2",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}