-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 906 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 906 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
{
"name": "koa-configuration",
"version": "0.0.1",
"description": "The koa middleware for nodecloud-config-client.",
"main": "build/index.js",
"scripts": {
"build": "NODE_ENV=production babel index.js -d build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodecloud/koa-configuration.git"
},
"keywords": [
"nodecloud-config-client",
"nodecloud",
"node-cloud"
],
"author": "miaowing <i@zfeng.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodecloud/koa-configuration/issues"
},
"homepage": "https://github.com/nodecloud/koa-configuration#readme",
"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"
}
}