forked from bitpay/insight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.44 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
{
"name": "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 bitcoin network and build your own services with it.",
"version": "5.0.0-beta.44",
"repository": "git://github.com/bitpay/insight-ui.git",
"bugs": {
"url": "https://github.com/bitpay/insight-ui/issues"
},
"homepage": "https://github.com/bitpay/insight-ui",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"bitcoin",
"bitcore",
"front-end"
],
"bitcoreNode": "bitcore-node",
"insightConfig": {
"apiPrefix": "api",
"routePrefix": ""
},
"scripts": {
"build": "bower install && grunt compile",
"watch": "grunt",
"install-and-build": "npm install && npm run build",
"test": "mocha test",
"dev": "node server.js"
},
"dependencies": {},
"devDependencies": {
"body-parser": "^1.18.2",
"bower": "~1.8.0",
"express": "^4.16.2",
"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.5.0",
"grunt-replace": "^1.0.1",
"mocha": "^2.4.5",
"morgan": "^1.9.0",
"request": "^2.83.0"
}
}