forked from iotaledger/outdated-mam.client.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mam.client.js",
"version": "0.2.2",
"description": "A library to encrypt, decrypt, and sign masked messages",
"main": "lib/mam.client.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"bin": {
"mam_encrypt": "./bin/mam_encrypt.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iotaledger/mam.client.js.git"
},
"keywords": [
"iota",
"tangle",
"message",
"mam",
"encryption"
],
"author": "Paul Handy",
"license": "MIT",
"bugs": {
"url": "https://github.com/iotaledger/mam.client.js/issues"
},
"homepage": "https://github.com/iotaledger/mam.client.js#readme",
"devDependencies": {
"bower": "^1.8.0",
"browserify": "^14.1.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.2",
"gulp-nsp": "^2.4.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.1.2",
"iota.lib.js": "^0.2.6",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"commander": "^2.11.0",
"iota.crypto.js": "iotaledger/iota.crypto.js"
}
}