-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.5 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "jardi-lib",
"version": "1.0.10",
"description": "garden data library - librairie de données sur le jardin",
"main": "./lib/JardiDocs.js",
"scripts": {
"test": "mocha test/*.test.js",
"cover": "nyc --reporter text --reporter cobertura --reporter html --lines 66 mocha test/*.test.js",
"release": "git checkout master&& git pull&& npm version patch&& git push origin master --tags&& source ./env/initGREN.dontpush.sh&& npx github-release-notes@0.17.1 release"
},
"author": "Boly38 <boly380@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/boly38/jardiLib.git"
},
"bugs": {
"url": "https://github.com/boly38/jardiLib/issues"
},
"keywords": [
"jardin",
"garden",
"flower",
"fleurs",
"seeds",
"graines",
"flowering",
"floraison",
"repicage",
"transplanting",
"plantation",
"planting",
"summer",
"été"
],
"copyright": {
"title": "JardiLib",
"years": [
2020
],
"author": "Brice Vandeputte"
},
"dependencies": {
"async": "^3.2.0",
"await": "^0.2.6",
"chai": "^4.2.0",
"flatten": "^1.0.3",
"mongoose": "^5.10.7",
"node-input-validator": "^4.2.1",
"node-mongotools": "0.0.1",
"terminal-kit": "^1.43.0"
},
"devDependencies": {
"mocha": "^8.1.3",
"node-key-sender": "^1.0.11",
"nyc": "^15.1.0"
},
"jshintConfig": {
"esversion": 6
}
}