UNPKG

473 BJSONView Raw
1{ "name": "connect-dojo"
2, "version": "0.0.5"
3, "description": "Connect middleware exposing the Dojo Toolkit"
4, "author": "David Worms <david@adaltas.com>"
5, "contributors":
6 [ { "name": "David Worms", "email": "david@adaltas.com" } ]
7, "engines": { "node": ">= 0.1.90" }
8, "dependencies" : { "coffee-script" : "latest" }
9, "keywords": ["connect", "express", "dojo"]
10, "repository":
11 { "type" : "git"
12 , "url" : "https://github.com/wdavidw/node-connect-dojo.git"
13 }
14}