-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "space-explorer-bot",
"version": "1.0.0",
"description": "Chat bot that explores the space",
"main": "bot.js",
"scripts": {
"pretest": "eslint lib spec *.js",
"test": "node spec/support/jasmine-runner.js",
"debug": "node debug spec/support/jasmine-runner.js"
},
"keywords": [
"chat",
"bot"
],
"author": "Slobodan Stojanovic <slobodan@cloudhorizon.com> (http://slobodan.me/)",
"license": "MIT",
"dependencies": {
"claudia-bot-builder": "git+https://github.com/claudiajs/claudia-bot-builder.git",
"minimal-request-promise": "^1.3.0"
},
"devDependencies": {
"eslint": "^3.6.0",
"eslint-config-defaults": "^9.0.0",
"fake-http-request": "^1.3.0",
"jasmine": "^2.5.2",
"jasmine-spec-reporter": "^2.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stojanovic/space-explorer-bot.git"
},
"bugs": {
"url": "https://github.com/stojanovic/space-explorer-bot/issues"
},
"homepage": "https://github.com/stojanovic/space-explorer-bot"
}