package.json 2.36 KB
{
  "_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"
}