summary refs log tree commit diff homepage
path: root/package.json
blob: ca6b31908a8be47a36f2c2892f5a4a5e993733a9 (plain) (blame)
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
{
  "name": "shulker",
  "version": "1.0.0",
  "description": "A Discord to Minecraft Chat Gateway",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "lint": "jshint *.js",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/destruc7i0n/shulker.git"
  },
  "keywords": [
    "Discord",
    "Bot"
  ],
  "author": "destruc7i0n",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/destruc7i0n/shulker/issues"
  },
  "homepage": "https://github.com/destruc7i0n/shulker#readme",
  "dependencies": {
    "discord.js": "^11.0.0",
    "express": "^4.13.3"
  },
  "devDependencies": {
    "jshint": "^2.9.1-rc2"
  }
}