-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json~
77 lines (77 loc) · 1.75 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
{
"name": "sol-unit",
"version": "0.4.3",
"description": "Unit testing framework for Solidity contracts.",
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "mocha"
},
"bin": {
"solunit": "bin/solunit.js"
},
"dependencies": {
"async": "^1.3.0",
"bignumber.js": "debris/bignumber.js#master",
"commander": "^2.8.1",
"crypto-js": "^3.1.4",
"deep-equal": "^1.0.0",
"ethereumjs-account": "^2.0.0",
"ethereumjs-block": "^1.2.1",
"ethereumjs-tx": "^0.7.1",
"ethereumjs-util": "^2.6.0",
"ethereumjs-vm": "^1.1.0",
"fs-extra": "^0.20.1",
"fuzzy": "^0.1.0",
"level-ws": "0.0.0",
"levelup": "^1.3.1",
"memdown": "^1.1.0",
"merkle-patricia-tree": "^2.1.1",
"readable-stream": "^2.0.5",
"rlp": "^2.0.0",
"semaphore": "^1.0.3",
"solc": "^0.1.6",
"web3": "^0.15.1",
"winston": "^1.0.1"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-debug": "^2.0.1",
"gulp-replace": "^0.5.3",
"gulp-smake": "^0.2.0",
"gulp-util": "^3.0.6",
"require-dir": "^0.3.0",
"through2": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/smartcontractproduction/sol-unit"
},
"homepage": "https://github.com/smartcontractproduction/sol-unit",
"bugs": {
"url": "https://github.com/smartcontractproduction/sol-unit/issues"
},
"keywords": [
"javascript",
"node.js",
"unit testing",
"ethereum",
"solidity",
"smart",
"contracts",
"testing"
],
"author": "Andreas Olofsson",
"authors": [
{
"name": "Andreas Olofsson",
"email": "[email protected]"
}
],
"preferGlobal": true,
"license": "LGPL-3.0"
}