{ | |
"name": "jandal", | |
"version": "0.0.15", | |
"description": "Manage events, callbacks and rooms over a socket connection", | |
"main": "index.js", | |
"scripts": { | |
"build": "browserify index.js -s Jandal | uglifyjs -cmo client.js", | |
"test": "mocha -R spec --bail test/*" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/stayradiated/jandal.git" | |
}, | |
"keywords": [ | |
"websocket", | |
"sockjs", | |
"event", | |
"socket", | |
"message", | |
"emit", | |
"listen" | |
], | |
"author": "George Czabania", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/stayradiated/jandal/issues" | |
}, | |
"homepage": "https://github.com/stayradiated/jandal", | |
"devDependencies": { | |
"should": "3.1.x", | |
"mocha": "1.16.x", | |
"browserify": "3.16.x", | |
"uglify-js": "2.4.x" | |
} | |
} | |