forked from lastperson/ethse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 725 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 725 Bytes
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
{
"name": "ethse",
"version": "0.0.1",
"description": "Truffle project for Ethereum Course",
"scripts": {
"test": "truffle test",
"compile": "truffle compile",
"truffle": "truffle",
"testrpc": "testrpc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lastperson/ethse.git"
},
"keywords": [
"ethereum",
"solidity",
"truffle"
],
"author": "Oleksii Matiiasevych <oleksii@ambisafe.co>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/lastperson/ethse/issues"
},
"homepage": "https://github.com/lastperson/ethse#readme",
"dependencies": {
"bluebird": "^3.5.0",
"ethereumjs-testrpc": "5.0.1",
"truffle": "3.4.11"
}
}