UNPKG

915 BJSONView Raw
1{
2 "name": "@truffle/compile-ligo",
3 "version": "0.3.4-alphaTez.1",
4 "description": "> TODO: description",
5 "author": "CruzMolina <7537712+CruzMolina@users.noreply.github.com>",
6 "homepage": "https://github.com/trufflesuite/truffle#readme",
7 "license": "MIT",
8 "main": "index.js",
9 "directories": {
10 "test": "tests"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/trufflesuite/truffle.git"
15 },
16 "scripts": {
17 "test": "./scripts/test.sh"
18 },
19 "publishConfig": {
20 "access": "public"
21 },
22 "bugs": {
23 "url": "https://github.com/trufflesuite/truffle/issues"
24 },
25 "devDependencies": {
26 "@truffle/config": "^1.2.12-alphaTez.1",
27 "mocha": "5.2.0"
28 },
29 "dependencies": {
30 "@truffle/compile-common": "^0.2.6-alphaTez.1",
31 "async": "^3.1.0",
32 "colors": "^1.4.0",
33 "minimatch": "^3.0.4"
34 },
35 "gitHead": "b17faa2e241cc504df4244a97e2869f55d31ba58"
36}