summaryrefslogtreecommitdiff
path: root/package.json
blob: f69aa4123765d6986fe61ee4b0a877cc6b15f6f4 (plain)
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
{
  "name": "panda",
  "version": "1.0.0",
  "description": "panda irc bot",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@ghghgh.us:panda.git"
  },
  "author": "ryz@asdf.us",
  "private": true,
  "license": "SEE LICENSE IN LNT-1.txt",
  "dependencies": {
    "async": "^2.1.2",
    "body-parser": "^1.15.2",
    "cookie-parser": "^1.4.3",
    "csurf": "^1.9.0",
    "dotenv": "^2.0.0",
    "express": "^4.14.0",
    "express-liquid": "^0.2.6",
    "express-session": "^1.14.2",
    "irc": "^0.5.0",
    "ircdjs": "0.0.17",
    "knox": "^0.9.2",
    "multer": "^1.2.0",
    "socket.io": "^1.5.1"
  },
  "devDependencies": {
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0"
  }
}