Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Polidore committed Sep 12, 2013
1 parent b7e9585 commit 4e791e5
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions package.json
@@ -0,0 +1,50 @@
{
"name": "socketstream",
"description": "A fast, modular Node.js framework dedicated to building realtime single-page apps",
"version": "0.3.5",
"homepage": "http://www.socketstream.org",
"author": "Owen Barnes <owen@socketstream.org>",
"repository": {
"type": "git",
"url": "https://github.com/socketstream/socketstream"
},
"contributors": [
"Paul Jensen",
"Alan Milford",
"Addy Osmani",
"nponeccop",
"Gilbert B Garza",
"Craig Jordan Muir",
"David Rosen",
"Michael Lawson"
],
"dependencies": {
"colors": "= 0.6.0-1",
"commander": "= 0.6.1",
"eventemitter2": "= 0.4.9",
"apitree": "= 1.1.0",
"uglify-js": "= 1.3.3",
"clean-css": "= 0.4.2",
"semver": "= 1.0.14",
"redis": "= 0.8.1",
"connect": "= 2.4.5",
"connect-redis": "= 1.4.4",
"chokidar": "= 0.4.0",
"engine.io": "= 0.7.9"
},
"devDependencies": {
"mocha": "= 1.2.1",
"should": "= 0.6.3",
"grunt": "= 0.4.1",
"grunt-cli": "= 0.1.9",
"grunt-contrib-jshint": "= 0.6.3",
"grunt-mocha-test": "= 0.6.3"
},
"scripts": {
"test": "grunt test"
},
"directories": { "lib": "./lib", "doc": "./doc" },
"main": "./index.js",
"engines": { "node": ">= 0.8.0" },
"bin": { "socketstream": "./bin/socketstream" }
}

0 comments on commit 4e791e5

Please sign in to comment.