-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 943 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
{
"name": "add_authorized_keys",
"version": "1.0.0",
"description": "Add authorized_keys online for organization public members.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdbdc/add_authorized_keys.git"
},
"keywords": [
"authorized_keys"
],
"author": "xiao555",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdbdc/add_authorized_keys/issues"
},
"homepage": "https://github.com/xdbdc/add_authorized_keys#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.1",
"koa-views": "^6.0.2",
"nunjucks": "^3.0.1",
"request": "^2.81.0"
}
}