-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 751 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": "sshkeyd",
"version": "0.0.8",
"description": "sshkeyd =======",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"sshkeyd": "./bin/sshkeyd"
},
"repository": {
"type": "git",
"url": "git://github.com/layerssss/sshkeyd.git"
},
"author": "Michael Yin <layerssss@gmail.com>",
"license": "The MIT License (MIT)",
"bugs": {
"url": "https://github.com/layerssss/sshkeyd/issues"
},
"homepage": "https://github.com/layerssss/sshkeyd",
"dependencies": {
"iced-coffee-script": "1.6.3-g",
"express": "3.4.4",
"request": "2.27.0",
"jade": "0.35.0",
"marked": "0.2.10",
"underscore": "1.5.2",
"coffee-script": "1.6.3"
}
}