forked from mmozuras/bootstrapped-socket-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 820 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
{
"name": "bootstrapped-socket-express",
"description": "Node.js project template using express, Socket.IO, Bootstrap and CoffeeScript.",
"version": "0.0.2",
"homepage": "http://mmozuras.github.com/bootstrapped-socket-express/",
"author": "Mindaugas Mozūras <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/mmozuras/bootstrapped-socket-express"
},
"dependencies": {
"commander": "= 0.5.2",
"wrench": "= 1.3.8"
},
"engines": { "node": ">= 0.6.0 < 0.7.0" },
"bin": { "bootstrapped": "./bin/bootstrapped" },
"keywords": [ "template", "boilerplate", "bootstrap" ],
"bugs": { "url": "https://github.com/mmozuras/bootstrapped-socket-express/issues"},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}]
}