-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 871 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 871 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
33
34
{
"name": "koa-consul",
"version": "0.0.5",
"description": "koa consul.",
"main": "build/index.js",
"scripts": {
"build": "babel index.js -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miaowing/koa-consul.git"
},
"keywords": [
"koa-middleware",
"node-consul",
"consul health check"
],
"author": "miaowing <i@zfeng.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/miaowing/koa-consul/issues"
},
"homepage": "https://github.com/miaowing/koa-consul#readme",
"dependencies": {
"pidusage": "^1.1.6"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.2"
}
}