-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 KB
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
{
"name": "@owstack/ows-explorer",
"description": "An open source frontend for the Explorer API. The Explorer API provides you with a simple way to query and broadcast data on blockchain networks.",
"version": "1.0.7",
"repository": "git://github.com/owstack/ows-explorer.git",
"bugs": {
"url": "https://github.com/owstack/ows-explorer/issues"
},
"homepage": "https://github.com/owstack/ows-explorer",
"license": "MIT",
"keywords": [
"explorer",
"blockchain",
"blockexplorer",
"bitcoin",
"bitcoin cash",
"litecoin",
"front-end"
],
"engines": {
"node": "10"
},
"dependencies": {
"config": "^3.0.1",
"express": "^4.16.4",
"fs-extra": "^7.0.1"
},
"devDependencies": {
"bower": "~1.8.0",
"grunt": "~0.4.2",
"grunt-angular-gettext": "^0.2.15",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "^1.0.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",
"grunt-replace": "^1.0.1"
},
"scripts": {
"bower-install": "bower install",
"grunt-compile": "grunt compile",
"build": "bower install && grunt compile",
"apply": "cd app-template && node apply.js $(cat ../.ows-dist)",
"set-dist": "echo $1 > ./.ows-dist",
"which-dist": "printf 'Distribution set for: ' && cat ./.ows-dist",
"watch": "grunt"
}
}