forked from xiaotuni/node-weixin-image-dat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 716 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 716 Bytes
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
{
"name": "node-weixin-image-dat",
"version": "1.0.0",
"license": "MIT",
"author": "xiaotuni@gmail.com",
"main": "index.js",
"scripts": {
"dev": "better-npm-run npm_dev"
},
"betterScripts": {
"npm_dev": {
"command": "nodemon index.js",
"env": {
"PORT": 1800,
"NODE_ENV": "development"
}
}
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"better-npm-run": "^0.1.1",
"dateformat": "^3.0.3",
"import-dir": "^0.0.1",
"koa": "^2.5.3",
"koa-compose": "^4.1.0",
"koa-router": "^7.4.0",
"nodemon": "^1.18.4"
}
}