forked from trufflesuite/truffle-artifactor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 831 Bytes
/
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
{
"name": "ether-pudding",
"version": "2.0.6",
"description": "Pudding - a (more) delightful Ethereum contract abstraction",
"author": "Tim Coulter",
"main": "./index.js",
"private": false,
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/consensys/ether-pudding.git"
},
"license": "MIT License. Copyright Consensys LLC, and authors. All rights reserved.",
"devDependencies": {
"chai": "^3.4.1",
"ethereumjs-testrpc": "^1.2.1",
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"solc": "*",
"temp": "^0.8.3",
"web3": "^0.15.3",
"webpack": "^1.12.11"
},
"dependencies": {
"bignumber": "^1.1.0",
"bluebird": "^3.1.5",
"node-dir": "^0.1.11",
"rimraf": "^2.5.2",
"solc": "^0.3.0-1"
}
}