-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 931 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 931 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
35
36
{
"name": "dialback-client",
"homepage": "http://github.com/e14n/dialback-client",
"version": "0.2.0",
"author": "Evan Prodromou <evan@e14n.com>",
"devDependencies": {
"vows": "0.6.x",
"webfinger": "0.4.x",
"express": "2.5.x"
},
"dependencies": { "underscore": "1.5.x",
"databank": "0.19.x",
"step": "0.0.x"
},
"scripts": {
"test": "vows test/*-test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/e14n/dialback-client.git"
},
"keywords": ["dialback", "authorization", "authentication", "http"],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"engine": {
"node": "0.8.x"
},
"main": "./lib/dialbackclient.js",
"directories": {
"lib": "./lib/"
}
}