UNPKG

620 BJSONView Raw
1{
2 "name": "connect-dojo",
3 "version": "0.1.2",
4 "description": "Connect middleware exposing the Dojo Toolkit",
5 "author": "David Worms <david@adaltas.com>",
6 "contributors": [
7 { "name": "David Worms", "email": "david@adaltas.com" }
8 ],
9 "engines": { "node": ">= 0.1.90" },
10 "dependencies" : {
11 "connect" : "latest"
12 },
13 "devDependencies" : {
14 "coffee-script" : "latest",
15 "mocha" : "latest",
16 "should" : "latest",
17 "each" : "latest"
18 },
19 "keywords": ["connect", "express", "dojo"],
20 "repository": {
21 "type" : "git",
22 "url" : "https://github.com/wdavidw/node-connect-dojo.git"
23 }
24}
\No newline at end of file