package.json
2.36 KB
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
89
90
{
"_from": "truffle@4.1.13",
"_id": "truffle@4.1.13",
"_inBundle": false,
"_integrity": "sha1-vydYaYi0/4RWPt+/MrR5QUCKdq0=",
"_location": "/truffle",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "truffle@4.1.13",
"name": "truffle",
"escapedName": "truffle",
"rawSpec": "4.1.13",
"saveSpec": null,
"fetchSpec": "4.1.13"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/truffle/-/truffle-4.1.13.tgz",
"_shasum": "bf27586988b4ff84563edfbf32b47941408a76ad",
"_spec": "truffle@4.1.13",
"_where": "C:\\Users\\Kimgun\\Blockchain\\truffle",
"author": {
"name": "consensys.net"
},
"authors": [
{
"name": "Tim Coulter",
"email": "tim@timothyjcoulter.com",
"url": "https://github.com/tcoulter"
}
],
"bin": {
"truffle": "./build/cli.bundled.js"
},
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"bundleDependencies": false,
"dependencies": {
"mocha": "^4.1.0",
"original-require": "1.0.1",
"solc": "0.4.24"
},
"deprecated": false,
"description": "Truffle - Simple development framework for Ethereum",
"devDependencies": {
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"fs-extra": "6.0.1",
"ganache-cli": "6.1.0-beta.4",
"glob": "^7.1.2",
"js-scrypt": "^0.2.0",
"meta-npm": "^0.0.22",
"meta-pkgs": "^0.2.0",
"prepend-file": "^1.3.1",
"semver": "^5.5.0",
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "0.0.33",
"truffle-box": "^1.0.7",
"truffle-contract": "^3.0.6",
"truffle-core": "^4.1.13",
"web3": "0.20.6",
"webpack": "^2.5.1",
"yargs": "^8.0.2"
},
"homepage": "https://github.com/trufflesuite/truffle/",
"name": "truffle",
"namespace": "consensys",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trufflesuite/truffle.git"
},
"scripts": {
"build": "npm run build-cli",
"build-cli": "webpack --config ./cli.webpack.config.js",
"prepare": "npm run build",
"publish:byoc": "node ./scripts/prereleaseVersion.js byoc-safe byoc",
"publish:next": "node ./scripts/prereleaseVersion.js next next",
"test": "npm run build-cli && mocha --colors"
},
"version": "4.1.13"
}