-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
58 lines (58 loc) · 1.48 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "leonel",
"version": "1.0.0",
"description": "Director de inteligencia artificial en Colombia.dev",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "standard && ava",
"script:invites": "DEBUG=\"bot:*\" node scripts/give-invites",
"db:seed": "DEBUG=\"bot:*\" node scripts/seed",
"start:watch": "DEBUG=\"bot:*\" node_modules/.bin/nodemon -L index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colombia-dev/leonel.git"
},
"keywords": [],
"author": "Juan Pablo Buriticá <[email protected]>",
"contributors": [
{
"name": "Simon Soriano",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/colombia-dev/leonel/issues"
},
"homepage": "https://github.com/colombia-dev/leonel#readme",
"dependencies": {
"bluebird": "^3.3.5",
"botkit": "0.5.4",
"botkit-storage-mongo": "^1.0.4",
"debug": "^2.6.3",
"lodash": "^4.16.4",
"moment": "^2.13.0",
"mongodb": "^2.2.18",
"monk": "^6.0.5",
"proxyquire": "^1.7.11",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"superagent": "^3.0.0",
"superagent-bluebird-promise": "^4.1.0"
},
"devDependencies": {
"ava": "^0.19.0",
"babel-preset-env": "^1.1.8",
"jscs": "^3.0.7",
"nock": "^9.0.0",
"nodemon": "^1.11.0",
"sinon": "^2.1.0",
"standard": "^10.0.1"
},
"engines": {
"node": "9.4.x",
"npm": "5.6.x"
}
}