UNPKG

friendship

Version:

Manage friendships between users in your app, knowing when they gets online and offline

58 lines (55 loc) 1.23 kB
{ "name": "friendship", "version": "0.2.0", "description": "Manage friendships between users in your app, knowing when they gets online and offline", "author": "Pablo Novas <pjnovas@gmail.com>", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "engines": { "node": ">=0.8.x" }, "dependencies": { "underscore": "1.4.x" }, "devDependencies": { "mocha": "1.8.x", "expect.js": "0.2.x", "express": "3.2.x", "socket.io": "0.9.x", "socket.io-client": "0.9.x", "blanket": "1.1.4", "grunt": "0.4.x", "grunt-cli": "~0.1.6", "grunt-mocha-cov": "0.0.7", "mocha-term-cov-reporter": "0.1.x" }, "scripts": { "blanket": { "pattern": "/friendship/lib/" }, "test": "./node_modules/.bin/grunt test" }, "repository": { "type": "git", "url": "git://github.com/pjnovas/friendship.git" }, "bugs": { "url": "git://github.com/pjnovas/friendship/issues" }, "keywords": [ "status", "manager", "friendship", "friends", "contacts", "online", "offline", "socket" ], "license": "MIT", "readmeFilename": "README.md", "gitHead": "e9e39e8abc2a9ac33ad1aea2f9247ea5a213645c" }