-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "ducky",
"version": "0.1.0",
"description": "Root package for Ducky bot",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node index.js",
"debug": "node index.js",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IANetworks/Ducky-Mc-Duckerson.git"
},
"author": "IANetworks",
"_contributorsNote": "Unlike the pom.xml, the email is required and a full name must be used over a username.",
"contributors": [
"Abby Seward-Munday <[email protected]> [AbbyTheRat]",
"Matthew Struble <[email protected]> [CynicalBusiness]"
],
"license": "GPL-3.0",
"@std/esm": "js",
"private": true,
"bugs": {
"url": "https://github.com/IANetworks/Ducky-Mc-Duckerson/issues"
},
"homepage": "https://github.com/IANetworks/Ducky-Mc-Duckerson#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-shell": "^2.1.0",
"grunt-todo": "^0.5.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"dependencies": {
"@std/esm": "^0.18.0"
}
}