forked from iotaledger/iota.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.09 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
{
"name": "iota.lib.js",
"version": "0.4.1",
"description": "Javascript Library for IOTA",
"main": "./lib/iota.js",
"scripts": {
"build": "gulp",
"test": "mocha"
},
"author": {
"name": "Dominik Schiener (IOTA Foundation)",
"website": "https://iota.org"
},
"keywords": [
"iota",
"tangle",
"library",
"browser",
"javascript",
"nodejs",
"API"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/iotaledger/iota.lib.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/iotaledger/iota.lib.js.git"
},
"dependencies": {
"async": "^2.5.0",
"crypto-js": "^3.1.9-1",
"xmlhttprequest": "^1.8.0"
},
"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"
}
}