-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 960 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
37
38
39
40
{
"name": "talk-checkin-bot",
"version": "0.1.1",
"description": "talk-checkin-bot",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require coffee-script/register --require should --reporter spec test/main.coffee"
},
"repository": {
"type": "git",
"url": "[email protected]:jianliaoim/talk-checkin-bot.git"
},
"author": {
"name": "Xu Jingxin",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.2.1",
"supertest": "^1.1.0"
},
"dependencies": {
"bluebird": "^3.1.5",
"body-parser": "^1.14.2",
"coffee-script": "^1.10.0",
"config": "^1.19.0",
"cron": "^1.1.0",
"express": "^4.13.4",
"graceful-logger": "^0.4.3",
"lodash": "^4.0.1",
"moment": "^2.11.1",
"morgan": "^1.6.1",
"nedb": "^1.7.2",
"request": "^2.69.0"
}
}