-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "@greggow/cambridgify",
"version": "1.1.1",
"description": "Simple package to show that the scramble word study from cambridge is a fake",
"main": "cambridgify.js",
"scripts": {
"lint": "eslint .",
"test": "nyc --check-coverage=true mocha test/* "
},
"keywords": [
"cambridge"
],
"author": "Grégoire Weber",
"license": "MIT",
"devDependencies": {
"chai": "^4.3.0",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0"
},
"dependencies": {},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weber-gregoire/cambridgify.git"
},
"bugs": {
"url": "https://github.com/weber-gregoire/cambridgify/issues"
},
"homepage": "https://github.com/weber-gregoire/cambridgify#readme"
}