-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
53 lines (53 loc) · 1.26 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
{
"name": "little-robot",
"version": "1.0.0",
"description": "some script written by nodejs",
"main": "index.js",
"scripts": {
"start": "nodemon start.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Colafornia/little-robot.git"
},
"keywords": [
"nodejs",
"script",
"push",
"wechat"
],
"author": "Colafornia",
"license": "ISC",
"bugs": {
"url": "https://github.com/Colafornia/little-robot/issues"
},
"homepage": "https://github.com/Colafornia/little-robot#readme",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"bunyan": "^1.8.12",
"form-data": "^2.3.1",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^3.3.2",
"koa-router": "^7.4.0",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.14",
"node-schedule": "^1.2.5",
"pm2": "^2.8.0",
"request": "^2.83.0",
"rss-parser": "^2.10.8"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-latest-node": "^1.0.0",
"babel-preset-stage-3": "^6.24.1",
"nodemon": "^1.17.5"
}
}