-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 732 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 732 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
{
"name": "ethereum-congress",
"version": "1.0.0",
"description": "Ethereum congress with tests",
"main": "",
"directories": {
"test": "test"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"solidity-test-util": "^1.0.0",
"truffle": "^2.1.1"
},
"scripts": {
"test": "truffle compile && truffle test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vitiko/solidity-test-example.git"
},
"author": "",
"license": "ISC",
"homepage": "https://github.com/vitiko/solidity-test-example",
"dependencies": {
"babel-polyfill": "^6.22.0"
}
}