| ★ wanayoo — archive 1999 https://github.com/msgflo/msgflo-python/blob/master/package.json | Nouvelle recherche | Portail wanayoo |
![]()
Cannot retrieve contributors at this time
| { | |
| "name": "msgflo-python", | |
| "description": "Python participant support for MsgFlo", | |
| "version": "0.0.2", | |
| "author": { | |
| "name": "Jon Nordby", | |
| "email": "jononor@gmail.com" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git://github.com/msgflo/msgflo-python.git" | |
| }, | |
| "licenses": [ | |
| { | |
| "type": "MIT", | |
| "url": "undefined/blob/master/LICENSE-MIT" | |
| } | |
| ], | |
| "dependencies": {}, | |
| "devDependencies": { | |
| "chai": "~1.9.0", | |
| "coffee-script": "^1.8.0", | |
| "mocha": "~1.21.0", | |
| "msgflo": "^0.3.1" | |
| }, | |
| "keywords": [], | |
| "bin": {}, | |
| "scripts": { | |
| "test": "mocha --reporter spec --compilers coffee:coffee-script/register spec/*.coffee" | |
| } | |
| } |