forked from bitpay/insight
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
75 lines (75 loc) · 2.06 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
70
71
72
73
74
75
{
"name": "@dashevo/insight-ui",
"description": "An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Dash network and build your own services with it.",
"version": "4.0.10",
"repository": "git://github.com/dashevo/insight-ui.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": "Anton Suprunchuk",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/dashevo/insight-ui/issues"
},
"homepage": "https://github.com/dashevo/insight-ui",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"dash",
"bitcore-dash",
"front-end",
"dashcore"
],
"dashcoreNode": "dashcore-node",
"scripts": {
"build": "bower install && grunt compile",
"watch": "grunt",
"lint": "eslint .",
"install-and-build": "npm install && npm run build",
"test": "mocha ./test/e2e/test.js --timeout 60000",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"bower": "^1.8.14",
"chai": "^4.2.0",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.13.0",
"grunt": "~0.4.2",
"grunt-angular-gettext": "^0.2.15",
"grunt-cli": "~1.4.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-uglify": "~5.2.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-css": "~0.5.4",
"grunt-macreload": "*",
"grunt-markdown": "~0.7.0",
"mocha": "^6.1.3",
"selenium-webdriver": "^4.20.0"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}