-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.27 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
83
84
85
86
87
88
{
"_args": [
[
"C:\\company\\code\\drct_standard_dapp"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-Lvb8Mtf6r6n0rtjlAAGp/eo0IZI=",
"_location": "/truffle-contract",
"_phantomChildren": {
"bignumber.js": "2.0.7",
"utf8": "2.1.2",
"xhr2": "0.1.4",
"xmlhttprequest": "1.8.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "truffle-contract",
"escapedName": "truffle-contract",
"rawSpec": "3.0.6",
"saveSpec": null,
"fetchSpec": "3.0.6"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/truffle-contract/-/truffle-contract-3.0.6.tgz",
"_spec": "3.0.6",
"_where": "C:\\company\\code\\drct_standard_dapp",
"author": {
"name": "Tim Coulter",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/trufflesuite/truffle-contract/issues"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"ethjs-abi": "0.1.8",
"truffle-blockchain-utils": "^0.0.5",
"truffle-contract-schema": "^2.0.1",
"truffle-error": "^0.0.3",
"web3": "^0.20.6"
},
"description": "A better contract abstraction for Ethereum (formerly EtherPudding)",
"devDependencies": {
"async": "2.6.1",
"browserify": "^14.0.0",
"chai": "4.1.2",
"debug": "^3.1.0",
"ganache-core": "2.1.0-beta.0",
"lodash": "4.17.10",
"mocha": "5.2.0",
"require-nocache": "^1.0.0",
"solc": "0.4.24",
"temp": "^0.8.3",
"uglify": "^0.1.5",
"uglify-js": "^2.7.5"
},
"homepage": "https://github.com/trufflesuite/truffle-contract#readme",
"keywords": [
"ethereum",
"truffle",
"contract",
"abstraction"
],
"license": "MIT",
"main": "index.js",
"name": "truffle-contract",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trufflesuite/truffle-contract.git"
},
"scripts": {
"compile": "browserify ./index.js -i web3 -o ./dist/truffle-contract.js && uglifyjs ./dist/truffle-contract.js -o ./dist/truffle-contract.min.js",
"debug": "DEBUG=ganache-core mocha",
"test": "mocha"
},
"version": "3.0.6"
}