-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.51 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
48
{
"name": "gitbook-plugin-exercises",
"description": "Interactive exercices in a gitbook",
"main": "index.js",
"version": "3.0.0",
"engines": {
"gitbook": ">=3.0.0-pre.0"
},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js --config webpack.config.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 60000",
"test": "mocha --timeout 60000"
},
"dependencies": {
"ajv": "^6.5.2",
"lodash": "^3.0.1",
"solc": "^0.4.24",
"web3": "1.0.0-beta.33",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"devDependencies": {
"coveralls": "^3.0.1",
"eslint": "^4.19.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-mocha": "^0.4.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"ganache-cli": "^6.1.3",
"gitbook-tester": "thibmeu/gitbook-tester",
"istanbul": "1.1.0-alpha.1",
"jquery": "^3.3.1",
"jsdom": "^11.11.0",
"metamask-logo": "^2.1.4",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0"
},
"homepage": "https://github.com/thibmeu/plugin-exercises",
"repository": {
"type": "git",
"url": "https://github.com/thibmeu/plugin-exercises.git"
},
"license": "Apache 2",
"bugs": {
"url": "https://github.com/thibmeu/plugin-exercises/issues"
}
}