forked from seatrips/ark-explorer-1
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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": "ark-explorer",
"version": "0.2.0",
"description": "Ark blockchain explorer",
"repository": {
"type": "git",
"url": "git@github.com:ArkEcosystem/ark-explorer.git"
},
"private": true,
"author": "Boris Povod <boris@crypti.me>, Oliver Beddows <oliver@lisk.io>, Guillaume Verbal <doweig@ark.io>",
"license": "MIT",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/grunt travis --verbose",
"start": "node app.js"
},
"dependencies": {
"async": "^2.0.1",
"benchmark": "^2.1.1",
"body-parser": "^1.13.2",
"commander": "=2.9.0",
"compression": "^1.6.2",
"express": "^4.14.0",
"hiredis": "^0.5.0",
"method-override": "^2.3.4",
"moment": "^2.15.1",
"morgan": "^1.7.0",
"redis": "^2.6.2",
"request": "^2.75.0",
"serve-index": "^1.8.0",
"socket.io": "^1.4.8",
"underscore": "^1.8.3",
"popsicle": "=8.2.0"
},
"devDependencies": {
"bower": "^1.7.9",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-angular-gettext": "^2.2.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "*",
"grunt-mocha-test": "=0.13.2",
"grunt-markdown": "^0.7.0",
"mocha": "^3.2.0",
"supertest": "^2.0.1"
}
}