-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
{
"name": "badblocks.ethdev.com",
"description": "Bad Blocks Reporting Server",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.12.0",
"npm": "2.5.1"
},
"scripts": {
"start": "node ./bin/www",
"clean": "node ./cleandb.js"
},
"dependencies": {
"body-parser": "1.12.4",
"chalk": "^1.0.0",
"debug": "2.2.0",
"errorhandler": "^1.3.6",
"express": "4.12.4",
"jade": "1.9.1",
"lodash": "^3.9.3",
"mongoose": "^4.0.5",
"mongoose-datatable": "^1.0.2",
"morgan": "^1.5.3",
"node-express-json-rpc2": "^1.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-uglify": "^0.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/cubedro/badblocks.ethdev.com.git"
},
"homepage": "https://github.com/cubedro/badblocks.ethdev.com",
"bugs": {
"url": "https://github.com/cubedro/badblocks.ethdev.com/issues"
},
"authors": [
{
"name": "Marian Oancea",
"email": "[email protected]",
"url": "https://github.com/cubedro"
}
],
"license": "LGPL-3.0"
}