-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 933 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
39
40
{
"name": "@basedakp48/plugin-remind",
"version": "0.0.1",
"description": "A convenient way to remind yourself.",
"license": "MIT",
"repository": "BasedAKP48/Remind",
"author": "Alan H (feildmaster) <[email protected]> (https://feildmaster.com/)",
"contributors": [
"Austin Peterson <[email protected]> (https://blog.akpwebdesign.com)"
],
"engines": {
"node": ">=8"
},
"scripts": {
"start": "node index.js",
"test": "mocha"
},
"files": [
"index.js",
"lib/*.js"
],
"keywords": [
"basedakp48",
"basedakp48-plugin",
"remind"
],
"dependencies": {
"@basedakp48/plugin-utils": "^1.15.3",
"firebase-admin": "^5.11.0",
"mathjs": "^4.0.1",
"moment": "^2.21.0",
"moment-duration-format": "^2.2.2"
},
"devDependencies": {
"@basedakp48/eslint-config": "^1.0.1",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"mocha": "^5.0.5"
}
}