forked from fritbot/Fritbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 765 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
{
"name": "fritbot",
"version": "0.10.0",
"description": "Fritbot: The Angriest Bot",
"dependencies": {
"js-yaml": "^3.5.3",
"lodash": "^4.4.0",
"moment": "^2.11.2",
"mongoose-q": "^0.1.0",
"q": "^1.4.1"
},
"devDependencies": {
"grunt": "",
"grunt-push-release": "",
"grunt-contrib-jshint": "",
"grunt-jscs": ""
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fritbot/Fritbot"
},
"keywords": [
"fritbot",
"bot",
"chat"
],
"author": "Michael Pratt",
"license": "MIT",
"bugs": {
"url": "https://github.com/fritbot/Fritbot/issues"
},
"homepage": "https://github.com/fritbot/Fritbot"
}