netsoul
Version:
netsoul protocol library
44 lines (43 loc) • 810 B
JSON
{
"name": "netsoul",
"version": "0.0.5",
"description": "netsoul protocol library",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/moul/node-netsoul"
},
"dependencies": {
"crypto": "0.0.3"
},
"devDependencies": {
"coffee-script": ">=1.4",
"docco": ">=0.4",
"browserify": ">=2.35"
},
"keywords": [
"netsoul",
"epita",
"epitech",
"ionis",
"authentication",
"chat",
"npm",
"coffee",
"javascript",
"bundle",
"tcp",
"socket",
"middleware"
],
"author": "Manfred Touron <m@42.am>",
"license": "MIT",
"readmeFilename": "README.md"
}