forked from teeli/irc-cah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 865 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
{
"name": "irc-cah",
"version": "0.6.0",
"description": "Cards Against Humanity IRC bot",
"main": "app.js",
"author": "Teemu Lahti <[email protected]>",
"license": "Creative Commons BY-NC-SA 2.0",
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"underscore": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"irc": "~0.3.6",
"path": "~0.4.9",
"irc-colors": "~1.0.3",
"grunt-nodemon": "~0.2.1",
"nodemon": "~1.0.17",
"jayschema": "~0.2.7"
},
"devDependencies": {
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
"grunt-mocha-test": "latest",
"load-grunt-tasks": "~0.1.0",
"time-grunt": "~0.1.1"
}
}