UNPKG

717 BJSONView Raw
1{
2 "name": "truffle-contract-schema",
3 "version": "0.0.5",
4 "description": "JSON schema for contract artifacts",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/trufflesuite/truffle-schema.git"
12 },
13 "keywords": [
14 "ethereum",
15 "json",
16 "schema",
17 "contract",
18 "artifacts"
19 ],
20 "author": "Tim Coulter <tim.coulter@consensys.net>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/trufflesuite/truffle-schema/issues"
24 },
25 "homepage": "https://github.com/trufflesuite/truffle-schema#readme",
26 "dependencies": {
27 "crypto-js": "^3.1.9-1"
28 },
29 "devDependencies": {
30 "mocha": "^3.2.0"
31 }
32}