-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 920 Bytes
/
package.json
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
{
"name": "nodechat.docpad",
"version": "0.9.0",
"description": "Node Chat (built using Socket.io, DocPad, Backbone.js and Bootstrap)",
"homepage": "https://github.com/balupton/nodechat.docpad",
"keywords": [
"chat",
"irc",
"socket.io",
"docpad"
],
"author": "Benjamin Lupton <[email protected]> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/balupton/nodechat.docpad/issues"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/balupton/nodechat.docpad.git"
},
"engines" : {
"node": ">=0.6.0",
"npm": ">=1.1.0"
},
"dependencies": {
"socket.io": "0.9.x",
"docpad": "6.x",
"docpad-plugin-coffeescript": "2.x",
"docpad-plugin-coffeekup": "2.x",
"docpad-plugin-stylus": "2.x"
},
"main": "./out/main.js"
}