-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.28 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
{
"name": "shift-explorer",
"version": "1.1.0",
"description": "SHIFT blockchain explorer",
"repository": {
"type": "git",
"url": "git@github.com:4miners/shift-explorer.git"
},
"private": true,
"author": "Boris Povod <boris@crypti.me>, Oliver Beddows <oliver@lisk.io>, 4miners.net",
"license": "MIT",
"main": "app.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"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",
"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-markdown": "^0.7.0",
"mocha": "^3.2.0",
"supertest": "^2.0.1"
}
}