forked from LimeChain/eoslime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 963 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
37
38
{
"name": "eoslime-priveos",
"version": "0.0.17",
"description": "eoslime is an EOS development and deployment framework based on eosjs.js",
"main": "index.js",
"scripts": {
"test": "nyc --check-coverage --lines 85 mocha './tests/*.js'",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"start": "mocha ./example/eosio-token/usage-example.js"
},
"author": "Lyubomir Kiprov (Limechain)",
"license": "MIT",
"dependencies": {
"crypto-js": "3.1.9-1",
"eosjs": "16.0.9",
"mocha": "5.2.0"
},
"keywords": [
"lime",
"eos",
"eoslime",
"framework",
"testing",
"deployment",
"contract"
],
"repository": {
"type": "git",
"url": "git+https://github.com/LimeChain/eoslime.git"
},
"bugs": {
"url": "https://github.com/LimeChain/eoslime/issues"
},
"homepage": "https://github.com/LimeChain/eoslime#readme",
"devDependencies": {
"nyc": "^14.1.1"
}
}