forked from cryptobuks/hypeengine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.8 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "hypeengine",
"version": "0.0.1",
"description": "hypeengine is the next-gen successor of CoiniumServ. Extending the outstanding features of CoiniumServ, hypeengine will support the modern needs for crypto-currency mining.",
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"ia32"
],
"author": "Huseyin Uslu <[email protected]> (http://www.int6ware.com)",
"homepage": "https://github.com/bonesoul/hypeengine#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bonesoul/hypeengine.git"
},
"bugs": {
"url": "https://github.com/bonesoul/hypeengine/issues"
},
"dependencies": {
"app-module-path": "2.2.0",
"base58-native": "0.1.4",
"bignum": "0.12.5",
"bluebird": "3.5.0",
"config": "1.26.1",
"crypto": "0.0.3",
"glob": "7.1.2",
"glob-promise": "3.1.0",
"js-yaml": "3.8.4",
"lodash": "4.17.4",
"mongoose": "4.10.5",
"pretty-error": "2.1.0",
"winston": "2.3.1"
},
"devDependencies": {
"eslint": "4.0.0",
"eslint-config-semistandard": "11.0.0",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-mocha": "4.10.1",
"eslint-plugin-node": "5.0.0",
"eslint-plugin-promise": "3.5.0",
"istanbul": "1.1.0-alpha.1",
"grunt": "1.0.1",
"grunt-eslint": "20.0.0",
"grunt-mocha-test": "0.13.2",
"grunt-shell": "2.1.0",
"mocha": "3.4.2",
"mochawesome": "2.2.1",
"load-grunt-tasks": "3.5.2",
"time-grunt": "1.4.0",
"semistandard": "11.0.0",
"snazzy": "7.0.0"
},
"main": "src/server.js",
"scripts": {
"start": "node src/server.js",
"cover": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --dir ./build/coverage/ -- --reporter dot test/**/*.js"
},
"engines": {
"node": ">=8.1.1",
"npm": ">=5.0.3"
}
}