-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "parasol-cli",
"version": "2.0.3",
"description": "Powerful Smart Contract Development Environment",
"main": "index.js",
"bin": {
"parasol": "index.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lamarkaz/parasol.git"
},
"keywords": [
"Solidity"
],
"author": "Nour Haridy ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lamarkaz/parasol/issues"
},
"homepage": "https://github.com/Lamarkaz/parasol#readme",
"dependencies": {
"assign-deep": "^1.0.0",
"async-repl": "^0.4.0",
"cfonts": "^2.2.2",
"colors": "^1.3.2",
"commander": "^2.17.1",
"fs-extra": "^7.0.0",
"fs-readdir-recursive": "^1.1.0",
"ganache-cli": "^6.1.8",
"handlebars": "^4.0.11",
"jsonfile": "^5.0.0",
"log-symbols": "^2.2.0",
"mocha": "^5.2.0",
"node-watch": "^0.5.8",
"psol": "^1.0.9",
"resnap": "^1.0.1",
"rimraf": "^2.6.2",
"solc": "^0.5.2",
"underscore.template": "^0.1.7",
"web3": "^1.0.0-beta.35"
}
}