-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 836 Bytes
/
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
{
"name": "meeseeks-cli",
"version": "0.0.5",
"description": "The meeseeks library.",
"main": "meeseeks.js",
"bin": {
"meeseeks": "./bin/meeseeks.js"
},
"scripts": {
"build": "./flatten.py",
"test": "phantomjs --web-security=false ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js ./tests/test.html"
},
"keywords": [
"Meeseeks",
"IPFS",
"ENS",
"Ethereum"
],
"author": "Richard Moore <[email protected]>",
"contributors": [
"Richard Moore <[email protected]>",
"Yuet Loo Wong <[email protected]>"
],
"dependencies": {
"base-x": "^3.0.5",
"ethers": "^4.0.0",
"ethers-cli": "5.0.0-beta.1",
"ipfs-api": "^25.0.0",
"uglify-es": "3.3.9",
"uglifycss": "0.0.29"
},
"devDependencies": {
"mocha-phantomjs-core": "2.1.2"
},
"license": "MIT"
}