forked from 01Fedda/shmn-insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.84 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "insight-bitcore",
"description": "An open-source frontend for the SHMN-Insight API. The SHMN-Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the shmn network and build your own services with it.",
"version": "0.3.3",
"author": {
"name": "StrongHands Team",
"email": "[email protected]"
},
"repository": "[email protected]:01Fedda/shmn-insight.git",
"contributors": [
{
"name": "Matias Alejo Garcia",
"email": "[email protected]"
},
{
"name": "Manuel Araoz",
"email": "[email protected]"
},
{
"name": "Mario Colque",
"email": "[email protected]"
},
{
"name": "Gustavo Cortez",
"email": "[email protected]"
},
{
"name": "Juan Ignacio Sosa Lopez",
"email": "[email protected]"
},
{
"name": "Fedda BootStrap",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/01Fedda/shmn-insight/issues"
},
"homepage": "https://github.com/01Fedda/shmn-insight.git",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"stronghands",
"shmn",
"bitcore",
"front-end"
],
"scripts": {
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api"
},
"dependencies": {
"insight-bitcore-api": "git://github.com/01Fedda/shmn-insight-api.git#5f4c2af708532b268b1ebb9a291bee03dc7a7fec"
},
"devDependencies": {
"bower": "~1.8.8",
"grunt": "~0.4.2",
"grunt-angular-gettext": "^0.2.15",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "*",
"grunt-css": "~0.5.4",
"grunt-macreload": "*",
"grunt-markdown": "^0.7.0"
}
}