forked from SmartIdentity/smartId-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 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
31
32
{
"name": "smartidentity",
"version": "0.0.3",
"description": "Smart Identity sample contracts & test suite",
"main": "truffle",
"directories": {
"test": "test"
},
"dependencies": {
"ethereumjs-testrpc": "^4.0.1",
"truffle": "^3.4.7",
"truffle-default-builder": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "./node_modules/.bin/truffle test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:SmartIdentity/smartId-contracts.git"
},
"keywords": [
"truffle",
"ethereum",
"solidity",
"jasmine",
"mocha"
],
"author": "Deloitte UK Blockchain Labs",
"license": "Apache-2.0",
"homepage": "https://www.deloitte.co.uk/smartid"
}