-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 988 Bytes
/
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
{
"name": "copay-colored-coins-plugin",
"version": "0.1.0",
"description": "Copay addon with support for Colored Coins",
"main": "js/copayColoredCoins.js",
"scripts": {
"start": "node server/apiProxy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/troggy/copay-colored-coins-plugin.git"
},
"homepage": "https://github.com/troggy/copay-colored-coins-plugin",
"author": "Kosta Korenkov <[email protected]>",
"bugs": {
"url": "https://github.com/troggy/copay-colored-coins-plugin/issues"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"aws-sdk": "^2.1.44",
"formidable": "^1.0.17",
"http-proxy": "~1.11.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"html2js": "~0.2.0",
"grunt-contrib-clean": "~0.6.0"
}
}