-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
chrisfelix82
committed
Sep 5, 2013
1 parent
61969e4
commit f62f782
Showing
1 changed file
with
42 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,44 @@ | ||
{ | ||
"name": "DojoExpress", | ||
"version": "0.0.0", | ||
"description": "A Node.js Express based server with Socket.io support. It is based on dojo/node.", | ||
"keywords": [ | ||
"dojo", | ||
"express", | ||
"socket.io", | ||
"server", | ||
"REST" | ||
], | ||
"homepage": "https://github.com/chrisfelix82/dojoexpress", | ||
"bugs": "https://github.com/chrisfelix82/dojoexpress/issues", | ||
"author": { | ||
"name": "Chris Felix", | ||
"email": "chrisfelix82@gmail.com", | ||
"url": "https://github.com/chrisfelix82" | ||
}, | ||
"main": "app.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/chrisfelix82/dojoexpress.git" | ||
}, | ||
"dependencies": { | ||
"express": "~3.3.8", | ||
"socket.io": "~0.9.16", | ||
"mongoose": "~3.6.18", | ||
"dojo": "~1.9.1" | ||
}, | ||
"devDependencies": {}, | ||
"engines": { | ||
"node": ">=0.8.0", | ||
"npm": ">=1.2.10" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT" | ||
} | ||
] | ||
"name": "DojoExpress", | ||
"version": "0.1.0", | ||
"description": "A Node.js Express based server with Socket.io support. It is based on dojo/node.", | ||
"keywords": ["dojo", | ||
"express", | ||
"socket.io", | ||
"server", | ||
"REST"], | ||
"homepage": "https://github.com/chrisfelix82/dojoexpress", | ||
"bugs": "https://github.com/chrisfelix82/dojoexpress/issues", | ||
"author": { | ||
"name": "Chris Felix", | ||
"email": "chrisfelix82@gmail.com", | ||
"url": "https://github.com/chrisfelix82" | ||
}, | ||
"main": "app.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/chrisfelix82/dojoexpress.git" | ||
}, | ||
"dependencies": { | ||
"express": "~3.3.8", | ||
"socket.io": "~0.9.16", | ||
"mongoose": "~3.6.18", | ||
"dojo": "~1.9.1" | ||
}, | ||
"devDependencies": { | ||
|
||
}, | ||
"engines": { | ||
"node": ">=0.8.0", | ||
"npm": ">=1.2.10" | ||
}, | ||
"licenses": [{ | ||
"type": "BSD", | ||
"url": "https://github.com/dojo/dojo/blob/master/LICENSE#L13" | ||
}, | ||
{ | ||
"type": "AFLv2.1", | ||
"url": "https://github.com/dojo/dojo/blob/master/LICENSE#L43" | ||
}], | ||
"readmeFilename": "README.md" | ||
} |