forked from iotaledger/iota.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 841 Bytes
/
bower.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
{
"name": "iota.lib.js",
"version": "0.3.0",
"description": "Javascript Library for IOTA",
"main": "./dist/iota.js",
"authors": [
{
"name": "Dominik Schiener (IOTA Foundation)",
"website": "https://iota.org"
}
],
"license": "MIT",
"keywords": [
"iota",
"tangle",
"library",
"browser",
"javascript",
"micropayments",
"API"
],
"bugs": {
"url": "https://github.com/iotaledger/iota.lib.js/issues"
},
"homepage": "https://github.com/iotaledger/iota.lib.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"lib",
"package.json",
"gulpfile.js",
"iota-browser.js",
".gitignore"
]
}