-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
48 lines (48 loc) · 919 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
39
40
41
42
43
44
45
46
47
48
{
"name": "chain3",
"version": "0.1.0",
"description": "MOAC JavaScript API",
"main": "dist/chain3.js",
"dependencies": {
"bignumber.js": ">=2.0.0",
"crypto-js": "~3.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/innowells/Chain3.git"
},
"homepage": "https://github.com/innowells/Chain3",
"bugs": {
"url": "https://github.com/innowells/Chain3/issues"
},
"keywords": [
"MOAC",
"javascript",
"API"
],
"authors": [
{
"name": "MOAC lab",
"email": "[email protected]",
"homepage": "https://github.com/innowells"
}
],
"license": "LGPL-3.0",
"ignore": [
"example",
"lib",
"node_modules",
"package.json",
"package.js",
".versions",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
"gulpfile.js",
"index.js",
"**/*.txt"
]
}