forked from jkingsman/FreeStep
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 739 Bytes
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
{
"name": "freestep",
"version": "2.0.0",
"description": "open source node.js/socket.io chat app",
"main": "server.js",
"dependencies": {
"express": "~3.4.8",
"socket.io": "1.1.0",
"shrinkwrap": "~0.0.3",
"bower": "~1.2.8"
},
"devDependencies": {},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jkingsman/FreeStep.git"
},
"author": "Jack Kingsman",
"url": "http://jacksbrain.com",
"email": "jack.kingsman@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jkingsman/FreeStep/issues"
},
"homepage": "https://github.com/jkingsman/FreeStep"
}