-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
82 lines (82 loc) · 2.19 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "staking",
"version": "0.0.1",
"description": "Stake LEV tokens here to get FEE tokens for a particular staking-interval",
"main": "index.js",
"scripts": {
"test": "node test.js",
"start": "NODE_ENV=dev node src/server/index.js",
"test-automation": "node scripts/testStakeAutomation.js",
"server": "node src/server/index.js",
"nsp": "nsp check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leverj/staking.git"
},
"keywords": [
"leverj",
"LEV",
"FEE",
"coinpit",
"leverage",
"trading"
],
"author": "leverj",
"license": "MIT",
"bugs": {
"url": "https://github.com/leverj/staking/issues"
},
"homepage": "https://github.com/leverj/staking#readme",
"devDependencies": {
"bn.js": "4.11.6",
"css-loader": "0.28.7",
"ethereumjs-testrpc": "6.0.3",
"ethereumjs-wallet": "0.6.0",
"ethjs-contract": "^0.1.9",
"ethjs-provider-http": "0.1.6",
"ethjs-query": "0.2.4",
"ethjs-rpc": "0.1.7",
"expect.js": "^0.3.1",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-sass": "^3.0.1",
"grunt-string-replace": "^1.3.1",
"json-loader": "^0.5.7",
"load-grunt-tasks": "^4.0.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mock-require": "2.0.2",
"node-sass": "^4.9.2",
"nsp": "^3.2.1",
"solc": "^0.4.19",
"truffle": "^4.1.13",
"truffle-flattener": "^1.2.5",
"truffle-hdwallet-provider": "0.0.3"
},
"dependencies": {
"affirm.js": "^1.0.0",
"clipboard-polyfill": "^2.3.0",
"compression": "^1.7.1",
"config": "^1.28.1",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-util": "^5.1.2",
"express": "^4.15.4",
"helmet": "^3.8.2",
"jquery": "^3.2.1",
"jquery-easing": "0.0.1",
"jquery-mousewheel": "^3.1.13",
"malihu-custom-scrollbar-plugin": "^3.1.5",
"request": "^2.87.0",
"request-promise": "4.2.2",
"serve-favicon": "^2.4.5",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"style-loader": "^0.19.0",
"web3": "^1.0.0-beta.34"
}
}