-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 879 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 879 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "autobahnjs",
"version": "0.4.9",
"author": {
"name": "Gilles Coomans",
"email": "gilles.coomans@gmail.com"
},
"description": "nodejs/expressjs/deepjs related tools and middlewares",
"contributors": [
{
"name": "Philippe Delabye",
"email": "phil@chemicalrules.net"
}
],
"keywords": [
"util",
"promise",
"asynch",
"AOP",
"query",
"composition",
"restful",
"OCM"
],
"licenses": [
{
"type": "LGPLv3.0",
"url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
}
],
"repository": {
"type": "git",
"url": "https://github.com/deepjs/autobahn.git"
},
"dependencies": {
"amdefine": "*",
"send": "0.9.1",
"escape-html": "1.0.1",
"parseurl": "1.3.0",
"cheerio": "0.13.1",
"deepjs": ">=0.13.1",
"deep-routes": ">=0.3.4",
"deep-restful": ">=0.2.1"
},
"main": "./index.js",
"engines": {
"node": ">=0.10.0"
}
}