-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 861 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
{
"name": "gitbook-plugin-contractbridge",
"version": "0.2.7",
"description": "Tools for writing bridge book",
"main": "index.js",
"engines": {
"gitbook": ">=3.0.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"gitbook-tester": "*",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0"
},
"scripts": {
"test": "mocha test --timeout 15000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jarronshih/gitbook-plugin-contractbridge.git"
},
"keywords": [
"contractbridge"
],
"author": "Jarron Shih <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarronshih/gitbook-plugin-contractbridge/issues"
},
"homepage": "https://github.com/jarronshih/gitbook-plugin-contractbridge#readme"
}